Hi! I have a AOSP build for my Nexus5X and I want to sign the build so, I run this:
build/tools/releasetools/sign_target_files_apks -o -d ~/.android-certs out/dist/*-target_files-*.zip signed-target_files.zip It goes for a couple seconds and then gives me this: 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) ERROR: signapk.jar failed: return code 1 This is the full log: https://pastebin.com/bRQCBPrd Does anybody have a solution for this problem? Thanks, -Nate -- -- You received this message because you are subscribed to the "Android Building" mailing list. 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-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
