转自:http://www.pd521.com/thread-107-1-1.html
Apktool v2.0.0|ShakaApktool 简体中文汉化版|APK反编译工具
根据https://github.com/iBotPeaches/Apktool 最新源码编译汉化
ShakaApktool源码地址:https://github.com/rover12421/ShakaApktool
本人水平比较小白,如有不对的地方请指出
欢迎关注我的微博:http://weibo.com/206021119
简体中文汉化 by 越狱
3月30日更新日志:
-Fixed (issue #878) - Correctly handles compression type for unknown files (Thanks simtel12)
3月18日更新日志:
合并最新源码编译
修正打包时 Windows 系统出现的buildUnknownFiles 无法生成 apk问题(感谢rover12421)
3月13日更新日志:
- update internal aapt to API 22
- update internal framework to API 22 (lollipop mr1)
- [skip] sdk version (lollipop mr1)
- add support for TYPE_NULL
- Shared Library Rebuilding Support
- handles references with shared resources
- adds support for --shared-lib
- update unit-tests
本次ShakaApktool的apktool代码更新到最新版
3月5日更新日志:
-Fixed (issue #761) - Added proper support for BCP47 localization tags
-Fixed (issue #658) - Fixes Ampersand in "<" gets replaced with "&" in plural strings
本次使用 java8 ProGuard5.2 Gradle 2.3 进行编译
2月26日更新日志:
-Fixed (issue #761) - Added proper support for BCP47 localization tags
-Fixed issue with attempting to decode .spi files as 9 patches (Thanks Furniel)
v2.0.0 RC4更新日志:
Updated to smali/baksmali 2.0.5
#685 - Fixed select invalid attrs from Lollipop APKs
#713 - Added support for APKs that utilized Shared Resources
#329 - Fixed issue identifying strings that were named liked filepaths as ResFiles
#590 - Fixed isolated issue with segfaulting apks
#545 - Fixed issue with undefined attributes
#702 - Fixed invalid treating of MNC_ZERO which caused duplicate resources
#744 - Fixed ugly warnings of "Cleaning up unclosed ZipFile...."
#757 - Fixed downloading gradle over http, instead of https
#402 - Fixed issue with framework storage when user has no access to `$HOME`