You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theadd()
method, the compression method of the files in the resulting APK is always Deflate.The text was updated successfully, but these errors were encountered: