How to get rid of this error message?
I faced off this annoying error messages too often whenever editing res/values/strings.xml. At first I thought I have missed something with the Android SDK installation. Later through googling I found many newbies like me loosing their hair. : (
I found two solutions from internet for this problem,
- Right click the .xml file ---> Open with Android XML editor
- Adding namespace attribute to root tag of our xml file
<resources xmlns:android="http://schemas.android.com/apk/res/android" >
Second method worked for me and i hope the same for you also.
No comments:
Post a Comment