打开ADT发现整个ADT一直卡在Android SDK Content Loader: (0%),无法使用,如图所示:

[转帖] ADT卡在Android SDK Content Loader 0的解决办法

在网上搜索,发现如下操作可以解决,参考http://stackoverflow.com/questions/13489141/eclipse-hangs-at-the-android-sdk-content-loader

  1. Make sure that eclipse is not active. If it is active kill eclipse from the processes tab of the task manager
  2. Open %USERPROFILE%/ on Windows or simply ~ on Linux/OS X (You can locate this folder from the Desktop)
  3. Go to .android folder (This may be a hidden folder)
  4. Delete the folder cache which is located inside .android folder
  5. Delete the file ddms.cfg which is located inside .android folder
  6. Start Eclipse

实际上就是删除.android文件夹里面的cache和ddms.cfg,重启eclipse即可。感谢找到方法的原作者。

相关文章:

  • 2022-01-02
  • 2022-12-23
  • 2021-12-08
  • 2021-09-20
  • 2021-11-16
  • 2021-06-29
  • 2022-03-06
  • 2021-06-26
猜你喜欢
  • 2021-07-26
  • 2021-06-21
  • 2021-07-30
  • 2022-12-23
  • 2021-11-11
  • 2022-01-13
  • 2022-01-14
相关资源
相似解决方案