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

原址:http://blog.happyhls.me/2014/11/16/adt%E5%8D%A1%E5%9C%A8android-sdk-content-loader-0%E7%9A%84%E8%A7%A3%E5%86%B3%E5%8A%9E%E6%B3%95/

在实验室打开ADT发现整个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即可。感谢找到方法的原作者。

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。