How to make Android App Bundle ( aab ) file from apk?

If you want to upload your file to the Play Store, let’s use aab format

setenv name=“ANDROID_GRADLE_TASK” value=":app:bundleRelease"

Please keep in mind, delete all you xml tags that related to “armv7, arm64”.

For your Android Manifest file you should delete the “uncomment if using admob” line. :+1::grin:

2 Likes