

Once the variables are replaced with actual values and the keystore password is entered, the bundle will be signed and ready for upload. When using jarsigner, this is how you sign the bundle: jarsigner -keystore $pathToKeystore app-release.aab $keyAlias The default location is app/build/outputs/bundle/release.

Then locate the bundle in your application’s build directory.

On the command line, you’ll run one of the bundle tasks like this. Getting started doesn’t require any changes to your existing codebase.Īll you’ll need to do is create an Android App Bundle, using the command line or Android Studio. In this post we’ll take a closer look at how to build your first app bundle, how you can upload it using the Play Console and dive into some configuration options. Smaller apps are more likely to be installed and less likely to be uninstalled when disk space gets tight. With the Android App Bundle we created a format that unlocks, amongst other things, shipping smaller apps to your users. This article is available as a video and linked at the end of the post. Android App Bundle is the new and official publishing format for Android applications.
