Today, when modifying the Android layout file, I found that every time I saved it, I was prompted: Aapt.exe has stopped working (Appt.exe stopped working). It was depressed, and the Android console was wrong, I thought it was the current writing code did not finish writing, continue to write, ignore ... Errors are common in Java code, but they do not crash. None of the R.java files can be generated.
There are many people on the internet that is wrong, in fact, this is the XML resource file errors caused by some people say that the property value setting error will also affect, and I encountered the error is because I will string.xml in the action_setting removed, and then menu.xml find the reason for the resource.
At that time I add too many controls to the layout file, I clean the project, Android simply do not prompt the wrong, I think it is which control is wrong, so simply delete them all, and then the project clean, then the console only once again error, and then you can follow the instructions to solve the problem.
Android Eclipse-aapt.exe has stopped working.