Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse displaying error but not giving error in console

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.

like image 402
Dharmendra Avatar asked Jan 23 '12 04:01

Dharmendra


People also ask

Why Eclipse is not giving output in console?

If eclipse is not showing path, Please click on RUN-> Run configuration->click on environment tab->click on New-> add a path variable as mingw_path(if compiler is mingw in case of c++ ) and set value as C:\MinGw\bin (please check ur mingw bin path then only set).

How do I get an error console in Eclipse?

-Go to Window->Preferences->Run/Debug->Console the option "Show when program writes to standard error" is toggled on.

How do I fix the console position in Eclipse?

Go to Window->Preferences->General->Appearences Change theme to Windows 7 Restart Eclipse Dock to bottom of screen and minimize. This worked for me, hope it helps someone else out there.


1 Answers

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

like image 175
Lucifer Avatar answered Oct 12 '22 01:10

Lucifer