Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Resolving error markers Eclipse Android SDK

After the start of Eclipse i got the message “Android SDK: Resolving error markers’ has encountered a problem. Resolving error markers

like image 621
Akash Singh Avatar asked Jan 22 '14 04:01

Akash Singh


1 Answers

Cleaning your projects is worth a try but rarely solves the problem. Here's a straightforward solution that you can count on to work.

  1. From Windows Start, select "Run..."
  2. Type cmd, hit OK (to bring up DOS prompt)
  3. Navigate to your eclipse directory

    cd [your eclipse directory location]

  4. enter this command into DOS prompt:

    eclipse -clean -refresh

  5. The Eclipse splash screen will appear. Be patient. It looks like nothing is happening but after a few minutes you'll be successfully using Eclipse again.

like image 102
PeteH Avatar answered Oct 09 '22 00:10

PeteH