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?
Asked
Active
Viewed 917 times
0
-
Do you have any error messages to go with this? Could be that the project cannot find the files - just guessing really though – musefan Nov 07 '11 at 10:45
-
You can always look at the problems via **Problems** tab. Open it and you should see what causes the error. – Kristiono Setyadi Nov 07 '11 at 10:45
-
1I looked at the problems tab and the error was "Error generating final archive. Unable to get debug signature key"... – Tsukihara Nov 07 '11 at 10:52
4 Answers
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.

Damian
- 8,062
- 4
- 42
- 43
-
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. – Tsukihara Nov 07 '11 at 10:57
-
Do you have library projects and did you upgrade the ADT tools recently by any chance? – Damian Nov 07 '11 at 11:04
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.

shift66
- 11,760
- 13
- 50
- 83
0
Check windows --> Preferences --> (on Left side) Android --> reset the SDK location
It might solve your problem.

Hiral Vadodaria
- 19,158
- 5
- 39
- 56
-
No luck. My error on the problems tab "Error generating final archive. Unable to get debug signature key" – Tsukihara Nov 07 '11 at 11:03
0
Have you tried deleting your debug keystore? Sounds like it may have expired.
See this answer.

Community
- 1
- 1

Paul Burke
- 25,496
- 9
- 66
- 62