ARSCLib icon indicating copy to clipboard operation
ARSCLib copied to clipboard

New files added to ApkModule won't retain uncompressed state

Open LeadRDRK opened this issue 1 year ago • 1 comments

If I create a ZipEntryMap with some of the files's compression method set to Archive.STORED and then created an ApkModule with it, it will work as expected. However, when I create a blank ApkModule without passing a ZipEntryMap to the constructor and add the files using the add() method, the compression method of the files in the resulting APK is always Deflate.

LeadRDRK avatar Jul 27 '24 03:07 LeadRDRK

I replicate this, Thank you for reporting

REAndroid avatar Jul 28 '24 14:07 REAndroid