google / archive-patcher

Automatically exported from code.google.com/p/archive-patcher
Apache License 2.0
528 stars 73 forks source link

Android12 aplier File failed #182

Open sun804336516 opened 2 years ago

sun804336516 commented 2 years ago

Android12上 生成的新文件不是apk格式,解压后少了很多东西

hamid97m commented 1 year ago

@sun804336516 Did you find any solution?

hamid97m commented 1 year ago

It's fixed in my PR

berlix commented 1 year ago

Inspired by @hamid97m's solution, we addressed this issue by bundling zlib 1.2.13 binaries (the currently latest version) and creating a version of Deflater that uses those.

Sources: https://github.com/EIDU/archive-patcher-android

The library is on Maven Central. See the repo's README.md for usage instructions.