Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error signing debug variant bundle android app using YAML file #610

Open
meltanan opened this issue Jun 3, 2024 · 2 comments
Open

Error signing debug variant bundle android app using YAML file #610

meltanan opened this issue Jun 3, 2024 · 2 comments
Labels
Area: Yaml question Further information is requested

Comments

@meltanan
Copy link

meltanan commented Jun 3, 2024

Hey

I have my Azure pipeline building (release variant/environment), signing, and releasing app to production with no issues.

When I try to build the app for debug/beta variant/environment I get an error when it tries to sign the bundle. I'm using the same YML file, the only thing I changed in YML file ( from release to debug) is "tasks: ':app:bundleRelease'" ---> "tasks: ':app:bundleDebug'". and I was getting this error:

jarsigner: unable to sign jar: java.util.zip.ZipException: invalid entry compressed size (expected 7521 but got 7106 bytes).

I made sure there is no existing aab file and I did remove //signingConfig signingConfigs.debug

I'm not sure what I'm missing, or if I'm using the script correctly or building the bundle correctly using the task.

I attached screen shot of my YML file and the error page.
Screenshot 2024-06-03 at 5 45 15 PM

I appreciate any help please.

Screenshot 2024-06-03 at 5 47 31 PM
Screenshot 2024-06-03 at 5 48 15 PM

@vmapetr
Copy link
Contributor

vmapetr commented Jun 6, 2024

Hi @meltanan thanks for reporting!
We are working on more prioritized issues at the moment, but will get back to this one soon.

@vmapetr vmapetr added question Further information is requested and removed triage labels Jun 6, 2024
@meltanan
Copy link
Author

Hi @vmapetr, have you had a chance to look into this please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Yaml question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants