Confirmed users
400
edits
No edit summary |
|||
| Line 495: | Line 495: | ||
jarsigner: unable to sign jar: java.util.zip.ZipException: invalid entry compressed size (expected 16716 but got 16964 bytes) | jarsigner: unable to sign jar: java.util.zip.ZipException: invalid entry compressed size (expected 16716 but got 16964 bytes) | ||
You should | You should remove the signing from the app with the following command, and then re-sign the apk: | ||
zip -d this-fennec.apk "META-INF*" | |||
To verify if everything is alright use the command | To verify if everything is alright use the command | ||