8

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?

enter image description here

EDIT

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

Dharmendra
  • 33,296
  • 22
  • 86
  • 129

3 Answers3

16

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

Dharmendra
  • 33,296
  • 22
  • 86
  • 129
Lucifer
  • 29,392
  • 25
  • 90
  • 143
2

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

Finder
  • 1,217
  • 5
  • 18
  • 46
1

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..

RajaReddy PolamReddy
  • 22,428
  • 19
  • 115
  • 166