Apktool icon indicating copy to clipboard operation
Apktool copied to clipboard

[BUG]How to disable zip64?

Open ludlbj opened this issue 3 years ago • 1 comments

Information

  1. Apktool Version (apktool -version) - 2.6.1
  2. Operating System (Mac, Linux, Windows) - Windows 10

Stacktrace/Logcat

I built a apk file using apktool 2.6.1, but it failed while I installed it on my phone, the error showed 'Not support ZIP64'. Then I viewed apk file through ultraedit, I found there were some flags like '50 4B 07 08', I had read apktool document but I didn't find disable zip64 option. My question is how to disable zip64 when I build a apk file? sample in apk file: 50 4B 07 08 F6 10 D1 87 06 8E 00 00 80 7C 03 00

ludlbj avatar Aug 30 '22 03:08 ludlbj

Java version either of you use? Must be a new default in ZipEntry/ZipFile/Zip*Stream

iBotPeaches avatar Sep 04 '22 13:09 iBotPeaches

Sorry not replicating - closing.

iBotPeaches avatar Sep 20 '22 10:09 iBotPeaches