android-app-bundle Questions

4

Solved

I'm having a problem starting an activity in a downloaded feature module when it's published to the play store. It always crashes on setContentView() in the downloaded modules activity. java.lang...
Bellinzona asked 5/2, 2019 at 15:9

2

I want to make an app bundle to upload app to the play store. But I have a problem when I create an app bundle, I get results as apk. I run this syntax: cordova build android --prod --release -- --...
Moniz asked 28/9, 2021 at 7:47

4

Solved

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 lang...
Heliolatry asked 10/10, 2018 at 2:17

2

Google rejected Android App due to "Privacy policy link invalid or missing" We have already updated the privacy policy in app as well on web. Rejection Email Anyone has any idea why googl...

3

When I upload the signed bundle of the app to play store it gives an error- "Upload failed The Android App Bundle was not signed."
Dillingham asked 26/4, 2019 at 3:17

7

Solved

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 t...
Anglicanism asked 26/9, 2018 at 1:32

1

I am editing an android studio template, when generating the APK or the AAB it does not generate the debugging symbols that google play asks me anywhere. My code below: build.gradle (app) android {...

3

Solved

I'm trying to use the new Android App Bundles. I run some test locally on my devices, and everything works correctly. However, once deployed to production, I am starting to see a few errors like t...
Dictate asked 1/10, 2018 at 16:53

1

Solved

I am reading some Android 11 updates documentation and apparently it is required to implement APK Signature Scheme v2. Does the AAB format do this already?

3

Solved

I'm looking for a solution to generate an APK from Android App Bundle which will help me to share the App for internal testing rather publishing on Google Play Beta Testing. Is there a way or a c...
Fossette asked 28/6, 2019 at 10:37

2

Solved

how to publish an Android App Bundle in the Google Play Console? Environment: Android Studio 3.2 After "Generate Signed Bundle or APK", I got a file "app.aab". How can I publish this file in Goog...
Palestrina asked 25/9, 2018 at 20:52

2

I've been trying to build a new version of my app bundle and it won't build it with the same key. I click on Build>Generate Signed Bundle or APK...>select Android App Bundle>click Next, then I sele...
Rheumatoid asked 12/3, 2020 at 20:57

1

I am trying to rename the generated .aab file in format <appname>-<variant>-<buildType>-<version>, is there any way output bundle file can be renamed similar to apk renaming...
Mute asked 8/3, 2019 at 8:3

7

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 bec...

4

Solved

I want to develop an android app that supports dynamic delivery feature. Although this feature was announced last year, it's still on beta and I couldn't find any real app that uses this technology...
Vipul asked 2/4, 2019 at 4:39

4

Solved

Google APIs are not working with Internal App Sharing, this might be due to the Google Play App re-signing which is mentioned in Share app bundles and APKs internally How can I get Internal App S...

3

Solved

Some log statements are thrown when we use, Task<AppUpdateInfo> appUpdateInfoTask = appUpdateManager.getAppUpdateInfo(); appUpdateInfoTask.addOnSuccessListener(appUpdateInfo -> { 2019-...

3

I am trying to implement Dynamic delivery type App. First I create new project after that create Module for dynamic steps for this Select File > New > New Module from the menu bar and Create New ...

4

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 symb...
Stupefaction asked 12/8, 2020 at 9:2

1

I am playing around with android app bundle with dynamic feature modules. I have created 2-3 feature modules. Now I want separate release cycle for all these features and for base app. So is it p...
Cum asked 25/7, 2019 at 16:33

3

Solved

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 underst...
Shushubert asked 28/8, 2018 at 13:40

1

I'm switching my CI process from producing APK files to App Bundles. One stage in my pipeline will, after producing the signed binary, dump the signature and validate the signature on the APK to ma...
Orator asked 21/9, 2019 at 20:22

1

Solved

I set android:extractNativeLibs="true" and target to Android 29 to make my shared libs extracted to /data/app/%package%/... by Android. If works just fine with APK to workaround Android 1...

9

Solved

On running flutter build appbundle I am getting the following error: Gradle build failed to produce an Android bundle package. When running in verbose mode this is what I additionally get: #0 th...
Voluntaryism asked 5/5, 2019 at 9:21

2

Solved

As mentioned in Bundletool Documentation I'm giving following command on Android Studio terminal: bundletool build-apks --bundle=/MyApp/my_app.aab --output=/MyApp/my_app.apks I'm getting follow...
Coccid asked 25/10, 2018 at 6:16

© 2022 - 2025 — McMap. All rights reserved.