I\'m working on an App, and I am getting weired errors. I put in some String resource in res/values/strings
and saved it. Now If I want to access it in an Activ
There are two cases you may get this error
1.your strings.xml file is not referred correctly?
Ans:give the correct package name for R.java file as per you application?
2.if you kept correct string.xlm path you may get still error?
Ans:once clean and build the projector restart the eclipse or android studio.
Thanks krishh