还有其他方法可以在Android中检查重复的字符串资源吗?
说我有这两个字符串:
<!-- some other strings -->
<string name="A">I'm A</string>
<string name="A">I'm A</string>
<!-- some other strings -->
在我的Eclipse中,这不会导致任何错误或警告,即使我尝试使用lint它也不会显示。那我怎么能看到这样的问题?
答案 0 :(得分:4)
在日食中:
每次在您的某个资源文件中有重复的资源时,都会弹出警告。
希望这会有所帮助:)
答案 1 :(得分:1)
在您的项目属性中,在 Android Lint首选项部分中,您可以在资源上的重复定义上设置警告/错误