我现在有太多的xml字符串值。我开始删除那些我不使用的,但这很难(我不知道我用的是哪一个,也不知道我用的是哪一个)。eclipse中是否有一个函数可以帮我完成这个任务,或者帮助我完成它?(就像一些调用层次结构)
最佳答案
Android Lint应该能帮到你。
它在网站上声明可以做以下事情:
Missing translations (and unused translations)
Layout performance problems (all the issues the old layoutopt tool used to find, and more)
Unused resources
Inconsistent array sizes (when arrays are defined in multiple configurations)
Accessibility and internationalization problems (hardcoded strings, missing contentDescription, etc)
Icon problems (like missing densities, duplicate icons, wrong sizes, etc)
Usability problems (like not specifying an input type on a text field)
Manifest errors