Build Type
This determines the final compilation output of your project.
Available Android Outputs
- Debug APK: A standard, unsigned (or locally debug-signed) APK meant for local testing and side-loading on emulator devices.
- Release APK: A fully signed, production-ready APK file.
- Release AAB: Android App Bundle, the modern format required for publishing to the Google Play Store.
- Export Android Studio: Compiles the hybrid code and zips the native
android folder, allowing you to open the project natively in Android Studio.
Available iOS Outputs
- Export Xcode: Compiles the hybrid source code and exports the native
ios folder, ready to be opened and built natively in Xcode on a macOS machine.
Release Build Requirement: Selecting a Release build (APK/AAB) automatically triggers the Keystore Metadata UI. You must provide the correct Keystore Password, Alias, and Key Password, and ensure that your repository contains the KEYSTORE_BASE64 GitHub secret.