Have you encountered the case where Eclipse hangs upon startup, in particular when you are developing an Android applications with Android SDK?

When that happens you see “Android SDK Content Loader” stuck at 0% in the bottom right hand of the Eclipse status bar.

There are four things you can try…

  1. Make sure that eclipse is not active. If it is active kill eclipse from the processes tab of the task manager

  2. Check if the adb process is running. If so, kill the adb process, and restart Eclipse. ** 解决方案 2: (Works best for me, and likely the safest)(推荐)**

  3. 首先确保关闭eclipse,可以通过任务管理器杀掉javaw.exe进程

  4. 通过命令行启动eclipse : C:\eclipse\eclipse.exe -clean Solution 3:

  5. Make sure that eclipse is not active. If it is active kill eclipse from the processes tab of the task manager

  6. Open %USERPROFILE%/ (You can locate this folder from desktop) (or paste it into Explorer on windows)

  7. Go to .android folder (This may be a hidden folder)

  8. Delete the folder “cache” which is located inside .android folder

  9. Delete the file ddms.cfg which is located inside .android folder

  10. Start Eclipse

找到工作空间的目录,如下

  1. 拷贝 .projects 文件夹到另外一个地方备份.
  2. 删除resources下面的 .projects 文件夹. (you will not loose your projects)
  3. 启动eclipse,这样应该能加载了,不要刷新工程。等工程加载完成后, 关闭eclipse
  4. <span style="font-family: 'Open Sans', Helvetica, Arial, sans-serif;"><span style="font-size: 14px;">复制</span></span>.projects文件夹回到