Top "Android-app-bundle" questions

The new app publishing format, the Android App Bundle, is an improved way to package your app.

Install Android App Bundle on device

I built my project using the new Android App Bundle format. With APK files, I can download the APK to …

android android-app-bundle
Difference between apk (.apk) and app bundle (.aab)

Recently Google brought up a new feature app bundle which is a pretty similar concept to APK except its flexibility …

android apk android-app-bundle
Generate Apk file from aab file (android app bundle)

Is there any way to generate an apk file from android app Bundle via terminal or using android studio?

android android-studio apk android-app-bundle
How do I install bundletool?

Although the docs mentioned If you haven't already done so, download bundletool from the GitHub repository. However, the repo contains …

android android-app-bundle
How to Enable Internal App Sharing for Android?

I have uploaded the Android App Bundle in Play console for Alpha testing but when I open the testing URL …

android android-testing android-app-bundle internal-app-sharing
How to change the generated filename for App Bundles with Gradle?

So to change the generated APK filename inside gradle android I could do something like: applicationVariants.output.all { outputFileName = "the_…

android gradle android-gradle-plugin android-app-bundle
Android App Bundle introduces Resource Not found crash in Android app

By using android new Android App Bundle i have found Resource Not Found Crashes in 2 of my google play store …

java android crash android-app-bundle
Sign Android App Bundle from Command Line

anyone know how to sign .aab file using new keystore from command line? The documentation here mentions that we can …

android jarsigner android-app-bundle
How to make use of Android App Bundle in Ionic Applications?

Hi i am Working with android applications , When i try to upload developer console says the message , "" I hope we …

android ionic-framework android-app-bundle
How to add debug symbols to build.gradle

I have created android build of my Flutter application. Then I created an internal testing release. It is showing a …

android flutter debugging release android-app-bundle