The Android App Bundle (.aab) is a new upload format that includes all of your app’s compiled code and resources, but defers APK generation and signing to Google Play at install time.
If you’re using Visual Studio, you can build your project as a signed app bundle in just a few clicks.
If you’re using Visual Studio, you can build your project as a signed app bundle in just a few clicks.
To enable support for Android App Bundles, you’ll need to opt-in to the
bundle
value of the Android Package Format property within your Android options. As you do this, ensure you change your project to a Release
configuration as app bundles are intended for release packages only. To do this you can follow these steps:- Right click your project, and select
Properties
. - Navigate to
Android Options
. - Change your configuration to
Release.
- Change the Android Package Format to
bundle
.
No comments:
Post a Comment