firebase-android-sdk: com.google.firebase:firebase-bom:30.3.1 causing "There's been an error processing your app because of an archiving issue."
[READ] Step 1: Are you in the right place?
Issues filed here should be about bugs in the code in this repository. If you have a general question, need help debugging, or fall into some other category use one of these other channels:
- For general technical questions, post a question on StackOverflow with the firebase tag.
- For general Firebase discussion, use the firebase-talk google group.
- For help troubleshooting your application that does not fall under one of the above categories, reach out to the personalized Firebase support channel.
[REQUIRED] Step 2: Describe your environment
- Android Studio version: AS chipmunk patch 2
- Firebase Component: BOM
- Component version: 30.3.1
[REQUIRED] Step 3: Describe the problem
Steps to reproduce:
I updated firebase BOM today from
implementation(platform(“com.google.firebase:firebase-bom:30.2.0”)) to implementation(platform(“com.google.firebase:firebase-bom:30.3.1”)) and now when i try to upload to firebase app dist I get this error:
Error: failed to upload release. There's been an error processing your app because of an archiving issue. Use zipalign in your build process and try again. Learn more at https://developer.android.com/studio/command-line/zipalign If this problem continues, contact Firebase support.
Additional information about this error:
APK is not zip aligned.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 21 (4 by maintainers)
Marking as closed. It seems to be AGP related. There’s a workaround in the issuetracker above.
Thank you @argzdev and @vcaen
Filed: https://issuetracker.google.com/issues/241469653 I think it might make sense to see if AGP team and firebase app dist team can try to see if they can figure out what changed here.
looks like the only difference is the name? 🤯 completely lost. but i think this is an error with app distribution