strings.xml: Error: Found item String/button more than one time
how to rid off this problem??help
You cannot have multiple strings with same name ("button") in your case. Give unique name to each of them as follows
<resources>
<string name="app_name">CourtCounter</string>
<string name="button1">Button1</string>
<string name="button2">Button2</string>
<string name="button3">Button3</string>
</resources>
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