I created a ids.xml file in res/values folder . when I tried to add any id in it . I got the following error:
aapt.exe has encountered a problem and needs to close. We are sorry for the inconvenience.
and when i clean and build project.i again got this error. any suggestion..?
Update: when i m creating ids.xml file, eclipse create this file without having any error. but when i m trying to add something i gives me crash.
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<item type="id" name="auto_focus" />
</resources>
when i added auto_focus i got the error