IntelSoftApps
IntelSoftApps

Reputation: 1171

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 error

Manifest - no error

Upvotes: 0

Views: 689

Answers (5)

user4039035
user4039035

Reputation:

  1. Select any of your projects
  2. Click on problems tab above console output window
  3. Select everything in it and then delete it
  4. Rebuild that project by right clicking the project

Upvotes: 0

Yu.
Yu.

Reputation: 171

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

Upvotes: 0

Andy
Andy

Reputation: 11

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.

Upvotes: 0

CastMart
CastMart

Reputation: 128

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.

Upvotes: 2

Avi Y
Avi Y

Reputation: 2495

Have you tried cleaning the project?

Upvotes: 2

Related Questions