I've got 'no resource found that matches the given name'
but everything is set up correctly.
error: Error: No resource found that matches the given name (at 'text' with value '@string/labReminderClear')
.
In AndroidManifest.xml:
<application android:label="MyName"
.....
In Strings.xml:
<string name="app_name">MyName</string>
...
<string name="labReminderClear">Clear</string>
What could be wrong?