java.util.zip.ZipException: invalid entry crc-32 (expected 0x5d09ea1 but got 0x6172e51b)
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Google Groups by Nate Robbins, 11 months ago
via Oracle Community by 392 Guest, 1 year ago
via Google Groups by Stefan Siegl, 2 years ago
via Oracle Community by 843802, 1 year ago
via Stack Overflow by joseph lake
, 8 months agovia Oracle Community by 843798, 1 year ago
java.util.zip.ZipException: invalid entry crc-32 (expected 0x5d09ea1 but got 0x6172e51b)
at java.util.zip.ZipOutputStream.closeEntry(ZipOutputStream.java:295)
at java.util.zip.ZipOutputStream.putNextEntry(ZipOutputStream.java:192)
at java.util.jar.JarOutputStream.putNextEntry(JarOutputStream.java:109)
at com.android.signapk.SignApk.copyFiles(SignApk.java:597)
at com.android.signapk.SignApk.main(SignApk.java:1126)