Skip to content

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:

  1. In the command slider, tap the Run Gradle tasks button.
  2. 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
  1. Tap the green Run button. A confirmation page is displayed.
  2. Make sure that the correct task is selected.
  3. 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/.

Clone this wiki locally