no resource found that matches the given name Android 1.6
Posted
by
xaero212
on Stack Overflow
See other posts from Stack Overflow
or by xaero212
Published on 2012-07-09T08:04:00Z
Indexed on
2012/07/09
9:15 UTC
Read the original article
Hit count: 129
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?
© Stack Overflow or respective owner