Run or build the Connectivity Demo for Android
mainRunning on a device or emulator
Open the project in Android Studio and execute the imported android run configuration.
Building an application bundle
To build a debug APK, run the following Gradle command:
./gradlew :composeApp:assembleDebugThe resulting .apk file can be found at:
composeApp/build/outputs/apk/debug/composeApp-debug.apk