3

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.

Tiago Almeida
  • 14,081
  • 3
  • 67
  • 82
poola naresh
  • 73
  • 1
  • 2
  • 6

2 Answers2

1

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.

Pravin Mishra
  • 8,298
  • 4
  • 36
  • 49
0

Please try this answer. This issue sometimes comes with the platform-tools.

if not it might be due to some bugs in your XML. If so the solution is in this link.

Community
  • 1
  • 1
Aswathy P Krishnan
  • 11,728
  • 7
  • 27
  • 45