Android

Android app binary requirements:
  • APK (AAB not supported)
  • Compatible with x86_64 architecture
  • Release and Debug builds both supported

Building with Gradle

Build your app using one of the commands below. Then find the appropriate APK file in the build/outputs/apk/ output directory.
# Release build
./gradlew assembleRelease
# Debug build
./gradlew assembleDebug