Skip to content

Building AAB to upload to Google Play

Use the following commands to build application AAB bundle from command line

gradle bundle

or

gradlew bundle

Note that AAB bundle has to be signed:

jarsigner -keystore $pathToKeystore app-release.aab $keyAlias

In Android Studio, choose Build - Generate Signed Bundle / APK and follow the dialog.