Google Play
Export a generated app as a Play-ready signed AAB. Open it from ⋮ → Google Play.
AAB export
One tap runs the full pipeline, with visible stages:
- Building APK — assemble the APK on demand.
- Assembling — convert to AAB.
- Signing — sign the bundle.
- Signed — done; ready to share or upload.
- targetSdk rewrite — the AAB's
targetSdkis rewritten to the Play-required level (currently 36). - Metadata — protobuf metadata is generated locally.
- Cancellable — stop mid-build.
- App count — see how many apps are eligible.
Keystore
Create, import, and manage the signing keys used for the AAB.
