I built my project using the new Android App Bundle format. With APK files, I can download the APK to my device, open it, and immediately install the app. I downloaded my app as a bundle (.aab format) and my Nexus 5X running Android 8.1 can't open…
Recently Google brought up a new feature app bundle which is a pretty similar concept to APK except its flexibility and architectural differences.
I have read out lots of blog/articles to understand how app bundle works in devices in comparison…
Although the docs mentioned
If you haven't already done so, download bundletool from the GitHub
repository.
However, the repo contains only a jar file. How do I install it so that I can run with the 'bundletool' command just like the docs'…
I have created android build of my Flutter application.
Then I created an internal testing release. It is showing a warning
This App Bundle contains native code, and you've not uploaded debug
symbols. We recommend you upload a symbol file to make…
I've a problem with AAB when I need to change the app locale from within the app itself(i.e. have the language change setting inside the app), the issue is that the AAB gives me only my device languages resources, for example:
my device has English…
By using Android's new Android App Bundle, I have received a Resource Not Found error in 2 of my Google Play Store apps.
Here is the stacktrace from fabric for one of the apps:
Unable to start activity ComponentInfo{/com.Lastyear.MainActivity}:…
So to change the generated APK filename inside gradle android I could do something like:
applicationVariants.output.all {
outputFileName = "the_file_name_that_i_want.apk"
}
Is there a similar thing for the generated App Bundle file? How can I…
When I try to upload my Android App Bundle to the Google Play Console, I get this generic error message saying "Couldn't upload. Try again.".
I've already tried:
making sure my versionName and versionCode are unique among all uploaded…
anyone know how to sign .aab file using new keystore from command line?
The documentation here mentions that we can use jarsigner to sign our app bundle from the command line. but I cannot find the command line?
Anyone know the command line?
I got…
I am getting this error message when creating a signed app-bundle on CI and also my MacBook via the terminal. What am I missing? I already have a signing key that I used before and I am using the same key.
I also cannot build my App Bundle via…
Together with a friend I have created an Android app to organize school grades. The app works fine on my device and on most user devices, however there is a crashing rate over 3 percent, mostly because of java.lang.UnsatisfiedLinkError and occurring…