Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
还有其他方法可以检查 Android 中的重复字符串资源吗?
说我有这两个字符串:
<!-- some other strings --> <string name="A">I'm A</string> <string name="A">I'm A</string> <!-- some other strings -->
在我的 Eclipse 中,这不会导致任何错误或警告,即使我尝试使用 lint 它也不会出现。那我怎么能看到这样的问题呢?
在日食中:
每次您的资源文件中有重复资源时,都会弹出警告。
希望这可以帮助 :)
在您的项目属性中,在Android Lint 首选项部分中,您可以在资源上的重复定义上设置警告/错误