Closed fzyzcjy closed 3 years ago
Ok I see the reason: my file is corrupted.
EOCD stands for End of Central Directory (record). See Zip Spec (you can search for "4.3.16").
Did you change any of your environment before you observed it stopped working? Is it possible to attach the apk that didn't work?
@pspencil Thanks for the reply!
I have seen that my file is corrupted, i.e. I do not fully download the file, by looking at the file size - it is abnormally small. Thus, I try to remove the download cache and redownload it, then it works.
No problem!
I am using this lib to generate patch from an
apk
file. My environment is docker in MacOS. My previous versions of apk file works very fine, but this version does not work :(I would appreciate it if any suggestions could be given. Now I cannot deploy new versions of my app!