0

http://puu.sh/3oa21.png

See above, 119 errors in total, every single project has been broken and everything is undefined, including inconsistent 'hierarchys of type'new projects dont have this problem.. :/ at my last tether please help!

http://puu.sh/3oa21.png

Broak
  • 66
  • 1
  • 7

2 Answers2

1

Updating my ADT helped me when I had the same problem:

How to Update your ADT to Latest Version

  • In Eclipse go to Help
  • Install New Software ---> Add
  • inside Add Repository write the Name: ADT (or whatever you want) and Location: https://dl-ssl.google.com/android/eclipse/
  • after loading you should get Developer Tools and NDK Plugins
  • check both if you want to use the Native Developer Kit (NDK) in the future or check Developer Tool only
  • click Next
  • Finish

Edit: Did you try restarting your PC? adb.exe (and maybe other background services) might need to be restarted

Mtvw
  • 336
  • 1
  • 7
0

if you take a look at your build path for your project you will probably see errors in it right?

What you need to do it change the order of the build path and make sure all boxes are checked.

I had to change my order to src/Android Private Libraries/SDK version/Android Dependencies/gen in that order

see here also

Libraries do not get added to APK anymore after upgrade to ADT 22

Community
  • 1
  • 1
tyczj
  • 71,600
  • 54
  • 194
  • 296
  • still change the order because those errors look similar to errors I had when I updated to the new ADT – tyczj Jun 25 '13 at 19:37
  • you might also have to delete libraries and re-add them. I had to completely remove all my libraries from disk and download and re-add them again – tyczj Jun 25 '13 at 19:40
  • Absolutely NOTHING works, i even tried copying all the files into a new project, same errors. – Broak Jun 25 '13 at 21:06