-
Notifications
You must be signed in to change notification settings - Fork 11
Create an Android App Bundle (AAB)
Elissa-AppDevforAll edited this page Feb 13, 2026
·
5 revisions
To create an AAB from a project, follow these steps:
- In the command slider, tap the Run Gradle tasks button.
- Search for and select one of the following:
- To build a debug AAB, select
:app:bundleDebug - To build a release AAB, select
:app:bundleRelease - To build an AAB for all variants, select
:app:bundle
- Tap the green Run button. A confirmation page is displayed.
- Make sure that the correct task is selected.
- Tap the green Run button. The AAB(s) you selected will be created.
Debug AABs are stored in CodeOnTheGoProjects/projectname/app/build/outputs/bundle/debug/.
Release AABs are stored in CodeOnTheGoProjects/projectname/app/build/outputs/bundle/release/.