android-app-bundle Questions

3

A have a big project with a lot of dependencies including Firebase. Now com.google.firebase:firebase-messaging has version 17.3.3. I want to update it to the 20.2.1. I'm getting next error after ap...

10

Solved

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 s...
Goldengoldenberg asked 16/3, 2021 at 19:3

20

Solved

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 versionNa...
Giagiacamo asked 28/9, 2020 at 19:36

3

Our .aab file size has exceeded 150 MB. I want to know whether we can publish the .aab file of more than 150 MB file on the Play Store. As per the developer docs: https://developer.android.com/guid...
Card asked 4/9, 2019 at 5:33

4

Solved

When I try to build > generate signed bundle AS complains: Generating signed bundle requires you to update the Android Gradle plugin to version 3.2.0 or higher If I click on Close this dialog ...
Mcwilliams asked 27/1, 2022 at 22:33

4

Solved

We have a build and release pipeline (Azure Devops) that deploys our APK Android app to various appcenter.ms environments. During the release process we unpack the apk, modify the contents with env...
Thorne asked 27/4, 2020 at 15:49

15

Solved

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 form...
Electronarcosis asked 18/5, 2018 at 21:7

11

Solved

Is there a way to generate an APK file from an Android Application Bundle (AAB) via Terminal or using Android Studio?
Doorsill asked 29/10, 2018 at 6:41

2

Solved

As I was able to rename the APK using this way but could not get how to rename App Bundle with multiple flavors. android.applicationVariants.all { variant -> variant.outputs.all { output -> ...
Touchandgo asked 17/5, 2022 at 15:22

5

Solved

I have uploaded the Android App Bundle in Play console for Alpha testing but when I open the testing URL it is showing below dialog.
Mercantilism asked 13/8, 2019 at 13:33

1

I have entered below code in my Gradle. ///start applicationVariants.all { variant -> variant.outputs.each { output -> println("Roop: mappingFile: ${output.outputFile}") } variant.asse...
Gynaecocracy asked 16/8, 2019 at 10:12

5

so currently we are exporting APK to the play store and we are using Firebase app distribution for our testing track but now we want to start using App bundles instead of APK but the issue here tha...

7

Solved

Has anyone experienced issues with ConstraintLayout group visibility? I'm using ConstraintLayout 1.1.3 and I'm setting the visibility of group in both XML layout and java code. But it does not chan...

3

i have an apache cordova project but i want to build an aab file not apk,please help In apache cordova ive used this command cordova run android to create an apk but i want an aab file instead
Jarl asked 25/3, 2022 at 16:3

3

I Know this Question has been asked several times i have read them all and have matched all dependencies so that they have same versions but this error only started to happen after adding Switch Co...

6

Solved

Hi i am Working with android applications , When i try to upload developer console says the message , "" I hope we can reduce the app size through it , I tried in different ways i cannot get idea...
Sommers asked 7/4, 2019 at 6:21

1

FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':app:signReleaseBundle'. A failure occurred while executing com.android.build.gradle.internal.tasks.FinalizeB...
Pellucid asked 14/10, 2022 at 9:20

1

I'm stuck on this issue with Google Play Sigin. I'm between these two companies, one of them is building an app and sends the apk/aab to me and I have to publish it in the google play store for the...
Enthronement asked 12/11, 2022 at 15:55

8

Solved

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 ...
Tass asked 14/11, 2018 at 11:10

6

I am using In-App Update API in the application for Update Application while the new version is available in play store. module gradle defaultConfig { applicationId "xxx.xxxxx" minSdkVersion 21...
Borrow asked 3/7, 2019 at 5:28

0

I have a CI/CD which is publishing release AAB to Firebase. It is distributed for QA from there. Also I have linked my app in Firebase with my app in Google Play Console like this: When I click on...

1

Solved

I'm trying to use the command eas build -p android to build my android .aab file, but each time I'm trying to do so, then I'm finding the error 🤖 Android build failed: Gradle build failed with unk...
Behalf asked 18/4, 2022 at 8:44

1

Solved

Solved: The Firebase troubleshooting page has been updated: When you upload an AAB to App Distribution, Google Play automatically resigns the generated APK using a test app signing key certificate...

2

My app supports multi languages and which can change dynamically within app and that is working fine with APK previously. But When I adapt AAB instead of APK then I am facing this issue. Now my ap...
Adriel asked 24/4, 2020 at 9:44

3

I have compiled my app as an apk, but Google Play rejected the format saying that I need to optimize it. Now I know I have to upload an aab file. How can I convert my apk file into an aab one? War...
Baloney asked 8/9, 2019 at 17:31

© 2022 - 2025 — McMap. All rights reserved.