You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I appreciate any help please.
The text was updated successfully, but these errors were encountered:
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.
I appreciate any help please.
The text was updated successfully, but these errors were encountered: