Android
Android app binary requirements:
- APK (AAB not supported)
- Compatible with x86_64 architecture
- Release and Debug builds both supported
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
Last modified 16d ago