Hi, I'm surprised to see that all of a sudden I cannot sign the apk of the newer versions of an app that I have. After some bugfixes I need to upload an update and hence I need to sign the apk. However, when I execute the following command:
jarsigner -verbose -keystore android_release_key.keystore My_APK_File.apk android_release and enter my password correctly, I get the following error: jarsigner: unable to sign jar: java.util.zip.ZipException: invalid entry compressed size (expected 1065 but got 1085 bytes) I've signed older versions of the apk multiple times before. I don't understand why it stopped working now. Do you have any ideas or suggestions what can be going wrong here? Thank you in advance, -Ali -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

