温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

Eclipse 启动时卡在 Android SDK Content Loader

发布时间:2020-07-30 05:36:05 来源:网络 阅读:847 作者:wangpeiming110 栏目:移动开发

eclipse 启动时 progress 出现 卡在


Android SDK Content Loader: (0%)

Loading data for Android 2.2 (100%)

并且点关闭和停止关不掉


解决方式:


  1. 关闭eclipse所有相关进程,从任务管理器关掉!

  2. 打开系统用户目录,我的是win10系统打开目录为C:\Users\(自己用户名)

    Open %USERPROFILE%/ on Windows or simply ~ on Linux/OS X (You can locate this folder from the Desktop) 

  3. 打开系统用户目录的.android文件夹,找不到.android文件夹的话,要打开查看隐藏文件夹选项

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

  4. 删除cache文件夹

    Delete the folder cache which is located inside .android folder

  5. 删除ddms.cfg文件

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

  6. 重启eclipse

    Start Eclipse


向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI