Eclipse startup hang, “Android SDK: resolving error markers”

后端 未结 17 1466
情话喂你
情话喂你 2021-01-30 01:37

I am aware that other people have tried to resolve this issue but have thus far found a suitable answer.

The error is, on start up, eclipse gets hung up on \"Android SDK

17条回答
  •  孤城傲影
    2021-01-30 02:07

    I frequently facing this problem. And my final approach was..

    1. First open TaskManager by pressing CTRL+ALT+DEL and delete all instance of adb.exe. if problem doesn't solve then go to next step without closing taskManager.
    2. Close Eclipse and also check it shouldn't be running in TaskManager(also finish its process).Then Open %USERPROFILE%/ on Windows or simply ~ on Linux/OS X (You can locate this folder from the Desktop). then open .android folder and delete cache folder and ddms.cfg and start Eclipse. If still your problem doesn't solve follow.

    3. If your problem doesn't solve by following above method then go to workspace folder and delete as suggested by this Answer

      /workspace/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi

    4. If problem still doesn't solve then Pray to God.

提交回复
热议问题