Are there other ways to check for duplicate string resource in Android?
say I have these 2 strings:
<!-- some other strings -->
<string name="A">I'm A</string>
<string name="A">I'm A</string>
<!-- some other strings -->
In my Eclipse, this doesn't cause any error or warnings, even if I tried using lint it does not show up. How can I see such problems then?
In eclipse:
This will pop up a warning each time you have a duplicate resource in one of your resource files.
Hope this helps :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With