lnln1111 / android-apktool

Automatically exported from code.google.com/p/android-apktool
Other
0 stars 0 forks source link

apktool may be compressing the hell out of files #264

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. apktool d <infile>
2. apktool b <folder>

What is the expected output? What do you see instead?

All the same files persist, but the apk is smaller

Don't know what's going on now... just wanna make one mod... after opening the 
two apks in archive manager (to take a look and compare) the apk is the same 
size inside the archive, but the file itself shows as 9.5 MB for original and 
6.1 MB for modified. framework-res is just a weird apk 

Original issue reported on code.google.com by GazaIa...@gmail.com on 12 Dec 2011 at 10:58

GoogleCodeExporter commented 9 years ago
i was thinking about in the same dirrection,

could compression levels be set straight from apktool command line?

Original comment by byczy...@gmail.com on 13 Dec 2011 at 2:08

GoogleCodeExporter commented 9 years ago
Files are created unsigned. That explains the size drop.

Original comment by connor.tumbleson on 17 Nov 2012 at 3:10