0

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?

3
  • Do you have any error messages to go with this? Could be that the project cannot find the files - just guessing really though Commented Nov 7, 2011 at 10:45
  • You can always look at the problems via Problems tab. Open it and you should see what causes the error. Commented Nov 7, 2011 at 10:45
  • 1
    I looked at the problems tab and the error was "Error generating final archive. Unable to get debug signature key"... Commented Nov 7, 2011 at 10:52

4 Answers 4

1

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.

Sign up to request clarification or add additional context in comments.

2 Comments

I tried it a lot of times. No luck. I think this is not on a project level error. As I try to launch my other projects [perfectly working ones before], they don't run anymore and has the same error.
Do you have library projects and did you upgrade the ADT tools recently by any chance?
0

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.

Comments

0

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

It might solve your problem.

1 Comment

No luck. My error on the problems tab "Error generating final archive. Unable to get debug signature key"
0

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

See this answer.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.