-
Notifications
You must be signed in to change notification settings - Fork 139
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
Problem signing aap #39
Comments
+1 having the same issue here. |
@ArshanKhanifar posted a stackoverflow question here: https://stackoverflow.com/questions/67604963/unable-to-sign-jar-invalid-entry-compressed-size |
I realized my problem was that I was actually building a This fixed it for me. Here is my job file:
|
@mindaugasnakrosis Sorry I don't know about app bundles just yet so don't have anything to add to ur stackoverflow question for now. I remember when I was making the key, there were two different ways to sign the app: Make sure you did this by selecting the Android App Bundle option, not the APK option. |
I ran in to this issue, the fix was to remove the |
Yeah, this fix helped me as well! Thanks! |
Yes worked like Gem |
I get an error in my github actions:
Preparing to sign key @ android/app/build/outputs/bundle/release with signing key
/usr/bin/jarsigner -keystore android/app/build/outputs/bundle/release/signingKey.jks -storepass *** -keypass *** android/app/build/outputs/bundle/release/app-release.aab ***
jarsigner: unable to sign jar: java.util.zip.ZipException: invalid entry compressed size (expected 54105 but got 55476 bytes)
I found this answer:
https://stackoverflow.com/questions/5089042/jarsigner-unable-to-sign-jar-java-util-zip-zipexception-invalid-entry-compres
But it does not make any sense to me. How can it be already signed?
I found related issue: #31
however, it does not say how to solve the issue (at least I did not understand the solution)
My configuration file:
@r0adkll might you give me some leads how to debug this issue?
The text was updated successfully, but these errors were encountered: