快速清理Android中无用的资源信息,图片,字符串等


基于python的脚本工具 android-resource-remover

github 地址: 
<https://github.com/KeepSafe/android-resource-remover>

安装方法:

pip install android-resource-remover

使用方法:

cd <under your project>
lint --check UnusedResources  ./ --xml lint-result.xml && android-resource-remover

转自:http://www.yinqisen.cn/blog-541.html

猜你喜欢

转载自wyk86485480.iteye.com/blog/2322831