原帖见:http://forum.xda-developers.com/showthread.php?t=1755243
v1.5.2 (Released February 2 – 2013) Codename: Bug Fixes
- Fixed ( issue #299 ) – output smali filename errors to screen during rebuild instead of filestream
- Only show the –aapt / -a info in verbose mode.
- Fixed ( issue #392 ) – Don’t crash out if .git folder isn’t present. Use SNAPSHOT-DEV instead.
- Fixed ( issue #67 ) – Only store compressed resources.arsc if original was compressed, otherwise STORE.
- Moved build.gradle files to each sub-project, more organization
- Fixed ( issue #394 ) – Prevented duplicated files in final jar which saved around 1.2mb.
- Added Proguard to drop final jar size from 6.2mb to 2.6mb.
- Fixed ( issue #395 ) – Added check for “aapt” in unit-tests.
- Added ability to use “–frame-path” on [if|install-framework]
- Fixed renaming of “.r.9.png” images -> “.9.png”.
- Added ability to use –version to print out Apktool version
修复了一些bug,特别是.9.png的问题以及Android4.1.x以上的回编译错误。