基于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
太棒了,还有这么好的工具,正是我想要的,谢谢推荐。