Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
LeadRDRK opened this issue Jul 27, 2024 · 1 comment
Open

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

LeadRDRK opened this issue Jul 27, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@LeadRDRK
Copy link

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
Copy link
Owner

I replicate this,
Thank you for reporting

@REAndroid REAndroid added the bug Something isn't working label Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants