Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AAPT.EXE stopped running in eclipse(ANDROID)

Tags:

android

aapt

I am facing a problem with AAPT while executing an android project. I have done the following steps:

Project > Clean

and

Window > Preferences > Android > Build > Normal

However, it doesn't affect the project. The attributes are not generated in R.java file.

like image 984
poola naresh Avatar asked Mar 08 '26 17:03

poola naresh


1 Answers

when I encounter that problem I just remove all the projects and then create a new one and copy again the files from new project. But first check the xml codes before copying.

like image 104
user3300943 Avatar answered Mar 10 '26 06:03

user3300943