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

后端 未结 17 1804
情话喂你
情话喂你 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:13

    There is a very simple way of invoking the above answers on Mac OSX:

    cd workspace

    rm ./.metadata/.plugins/org.eclipse.core.resources/.projects/*/.markers

    (or)

    rm ./.metadata/.plugins/org.eclipse.core.resources/.projects/Project-Name/.markers

    cd eclipse.app/Contents/MacOS

    ./eclipse -clean -remove

提交回复
热议问题