Eclipse displaying error but not giving error in c

2020-07-09 06:25发布

问题:

I am trying to run my application but it is displaying error in the project explorer I had try to clean my application many time even restart the eclipse but no effect It is displaying error and also it is not giving me any error in the console. How to fix this issue?

EDIT

And also I remove all the reference lib and add again but still getting error.

回答1:

Please follow the steps on this link. That user has the same problem. I have given answer there.

EDIT

solve this issue by following below steps

  1. Go to Window => Show View => Problems
  2. Now I can see the error like debug certificate expired
  3. Now Delete the file ~/home/.android/debug.keystore
  4. Clean Project

For more information refer this link



回答2:

Check the problems and fix that. To view the problems == Window -> Show View -> Problems



回答3:

i think the problem in the added library function, check the library files what you had added to this app. it shows error there remove it once and add again..

or

rightclick-->Android Tools --> Fix Project Properties..