还有其他方法可以在
Android中检查重复的字符串资源吗?
说我有这两个字符串:
<!-- some other strings --> <string name="A">I'm A</string> <string name="A">I'm A</string> <!-- some other strings -->
在我的Eclipse中,这不会导致任何错误或警告,即使我尝试使用lint它也不会出现.那我怎么能看到这样的问题呢?