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.
Building with Flutter
If you use Flutter to build your app you can create a debug build using the following command:
You can then find the built apk in the build/app/outputs/
folder.
Last updated