您的位置:首页 > 编程语言 > Java开发

Eclipse解决Android SDK Content Loader: (0%)

2014-12-29 22:49 232 查看
原文:

This is the solution I found which works correctly:

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

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

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

Delete the folder
cache
which
is located inside
.android
folder

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

Start Eclipse

翻译:
1.确保彻底关闭Eclipse;

2.如果是Windows打开%USERPROFILE%/,如果是Mac/Linux打开~;

3.打开文件夹.android(可能是隐藏文件夹);

4.删除cache文件夹;

5.删除ddms.cfg文件;

6.打开Eclipse;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: