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

You are trying to sign an already signed .apk.
You need to export an unsigned .apk file and then sign it with jarsigner.

Leave a Comment