Error "java.util.zip.ZipException: duplicate entry: stamp-cert-sha256" when rebuilding APK #3535
Unanswered
biggestsonicfan
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Can I get an output of |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings. I am extracting and rebuilding an APK without modification and I get the following error:
java.util.zip.ZipException: duplicate entry: stamp-cert-sha256
java -jar apktool.jar d -r -s base.apk
is used to extract the APKjava -jar apktool.jar b -c -o base-mod.apk base
is used to rebuild it asbase-mod.apk
Flags
-r -s
are used as an example to indicate I am not modifying either, but the result is the same if I omit these flags.Beta Was this translation helpful? Give feedback.
All reactions