Tsukihara
Tsukihara

Reputation: 82

Android Project error on Eclipse

My android pojects in eclipse suddenly had errors on root level but cannot be traced... It only show the error icon but no error on the codes. How do I fix this?

Upvotes: 0

Views: 927

Answers (4)

Paul Burke
Paul Burke

Reputation: 25584

Have you tried deleting your debug keystore? Sounds like it may have expired.

See this answer.

Upvotes: 0

Hiral Vadodaria
Hiral Vadodaria

Reputation: 19250

Check windows --> Preferences --> (on Left side) Android --> reset the SDK location

It might solve your problem.

Upvotes: 0

shift66
shift66

Reputation: 11958

Try to refresh or clean projects, restart eclipse.If it does'nt work try to restart your computer.If you still got that error create new project and copy all content from old to new.

Upvotes: 0

Damian
Damian

Reputation: 8072

Try refreshing the project (click on the project node and press F5 [Fn + F5 on mac]). Then press the Project menu (top menu bar) --> Clean --> Select checkbox for your project --> OK.

See if that fixes for you.

Upvotes: 1

Related Questions