error in every project after sdk and adt update!
Ok I updated eclipse ADT plain and the SDK platforms and it gave all of my current projects errors. If I click in the project there are no errors with in the projects files but an error on the actual project file. Thinly happen after I updated.what am I suppose do now?!?
Example
App1 - error
Src - no error
Gen - no error
Res - no e开发者_StackOverflowrror
Manifest - no error
Have you tried cleaning the project?
I had the same problem and after reinstall eclipse i realized i had the debug certificate expired. You do not need to reinstall eclipse but you just have to delete the expired certificate. The certificate is located at $HOME/.android/ directory and is called "debug.keystore".
After deleting restart eclipse and thats it because another certificate is generated.
Cleaning didn't work for me at first. I was able to solve it by deleting all of the files inside the "bin" directory of each project that had an error and then cleaning.
or, try to check preferences->Android->SDK location. In some case, Android sdk requires higher version of ADT. Refer to this link: This Android SDK requires Android Developer Toolkit version 14.0.0 or above. .... Please update ADT to the latest version
- Select any of your projects
- Click on problems tab above console output window
- Select everything in it and then delete it
- Rebuild that project by right clicking the project
精彩评论