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 thoughmusefan– musefan2011-11-07 10:45:05 +00:00Commented 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.Kristiono Setyadi– Kristiono Setyadi2011-11-07 10:45:18 +00:00Commented Nov 7, 2011 at 10:45
- 1I looked at the problems tab and the error was "Error generating final archive. Unable to get debug signature key"...Tsukihara– Tsukihara2011-11-07 10:52:01 +00:00Commented Nov 7, 2011 at 10:52
Add a comment |
4 Answers
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.
2 Comments
Tsukihara
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.
Damian
Do you have library projects and did you upgrade the ADT tools recently by any chance?
Check windows --> Preferences --> (on Left side) Android --> reset the SDK location
It might solve your problem.
1 Comment
Tsukihara
No luck. My error on the problems tab "Error generating final archive. Unable to get debug signature key"