Unparsed Aapt Error

YoKaGe picture YoKaGe · Jul 20, 2011 · Viewed 11.3k times · Source

I was trying to build my android application after adding an image, that i planned on using, to the drawables folder. The project worked perfectly fine before, but after running the project, an error message showed up saying, Unparsed Aapt Error. The error shows up on the src folder. I have tried to Clean my project but the R.java class just disapears.

Any suggestions on how to fix this problem????

Answer

Suchi picture Suchi · Jul 20, 2011

1) clean project

2) close project

3) try again, if still fails: repeat 1 & 2 and then:

4) exit Eclipse and re-enter.

5) set the target in the run configuration to manual and try

There is a bug filed for this error - http://code.google.com/p/android/issues/detail?id=14607

Till its resolved we need to bear with the issue.