Android sdk content loader at 0%… and nothing works

后端 未结 10 2190
逝去的感伤
逝去的感伤 2020-12-13 02:37

Sorry if I\'m asking this the wrong way (if I am, let me know what I should be doing instead.) The site warned me not to leave this as an answer and I don\'t have enough rep

10条回答
  •  情歌与酒
    2020-12-13 02:44

    Another solution is to clean up project-specific meta data directories which are stored under your workspace directory. $ cd workspace/.metadata/.plugins/org.eclipse.core.resources/.projects $ rm -rf *

    Restart Eclipse.

提交回复
热议问题