REAndroid / ARSCLib

Android binary resources read/write library
Apache License 2.0
220 stars 44 forks source link

New files added to ApkModule won't retain uncompressed state #70

Open LeadRDRK opened 1 month ago

LeadRDRK commented 1 month ago

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.

REAndroid commented 1 month ago

I replicate this, Thank you for reporting