-3

I updated the ADT plugin to 22 API version.
After upgrading, my projects won't compile,
project's gen folder is also empty. project's src
files also gives error. After installing latest Android build tools, projects gives an error. suggest me solutions.

Mac
  • 11
  • 2

2 Answers2

0

That's because you are missing the Build tools or probably you didn't update them. Open SDK manager and in the general section, make sure that Build Tools are up to date.

edoardotognoni
  • 2,752
  • 3
  • 22
  • 31
0

I had this problem too, after updating Eclipse and ADT. I don't know what the "proper" way is to resolve it, but I eventually resorted to completely removing Eclipse/ADT and doing a clean re-install using the latest ADT Bundle. Everything worked perfectly thereafter.

Workforce7
  • 41
  • 1
  • 1
  • 6