在0%Android SDK中的内容加载...并没有什么作品有什么、加载、作品、内容

2023-09-12 10:56:34 作者:拿命搏未来

很抱歉,如果我问这个错误的方式(如果我,让我知道我应该做的事情吧。)该网站警告我不要离开这个作为一个答案,我没有足够的代表处补充评论,所以我在做一个新的岗位。

Sorry if I'm asking this the wrong way (if I am, let me know what I should be doing instead.) The site warned me not to leave this as an answer and I don't have enough rep to add a comment, so I'm doing a new post.

基本上,我有完全相同的问题,因为这张海报:Getting错误信息" Android SDK中的内容加载器停留在0%"

Basically, I am having the exact same problem as this poster: Getting error message "Android sdk content loader stuck at 0%"

这就是,当我打开Eclipse中显示信息Android SDK中的内容加载0%,所以我拒绝的项目建设。但我已经尝试了所有列出的响应:自动关闭的身材,清洗所有项目,删除我的调试密钥库,删除亚行过程中的活动监控(我在Mac上),切换工作区,重命名的项目,关停的Eclipse下降并重新启动它。我也做了一定要安装SDK(4.2,API 17,果冻豆)的最新版本。我的手机没有插入电脑摆在首位。我甚至被删除并重新安装ADT。我仍然得到了同样的问题。请,有人告诉我这是怎么回事错了,我怎么能解决这个问题。

That is, when I open Eclipse it shows the message "Android sdk content loader 0%", and so my projects refuse to build. But I have tried ALL the responses listed there: turning off build automatically, cleaning all projects, deleting my debug keystore, deleting the adb process in the Activity Monitor (I'm on a Mac), switching workspaces, renaming projects, shutting Eclipse down and restarting it. I also made sure to install the latest version of the SDK (4.2, API 17, Jelly Bean). My phone was not plugged into the computer in the first place. I even deleted and reinstalled the ADT. And I STILL get the same problem. Please, somebody, tell me what's going wrong and how I can fix it.

推荐答案

下面的场景会工作。

转到您的工作空间目录 \工作区\ .metadata位于\ .plugins \ org.eclipse.core.resources \\。项目

Go to your workspace directory \workspace\.metadata\.plugins\org.eclipse.core.resources\\.projects

1>复制 .projects 文件夹,并采取备份暂时的。

1> Copy .projects folder and take backup for temporary.

2>现在,删除 .projects 从工作区目录文件夹中。 (您不会失去你的proejcts )

2> Now Delete .projects folder from workspace directory. (you will not loose your proejcts)

3>启动Eclipse,等待所有的进步右/底角结束。一旦完成所有进程,关闭的Eclipse。

3> Start Eclipse and wait for all progress ends at right/bottom corner. Once completed all processes, shutdown Eclipse.

4>粘贴 .projects 文件夹,你必须备份同期 \工作区\ .metadata位于\ .plugins \ org.eclipse.core.resources \ 目录。覆盖现有 .projects 文件夹。

4> Paste .projects folder which you have backup earlier to \workspace\.metadata\.plugins\org.eclipse.core.resources\ directory. Overwrite existing .projects folder.

5再次>启动Eclipse。而一切都将正常工作。

5> Start Eclipse again. And all will work.

在上述情况下Eclipse会自动查找您的项目如前。您不必手动输入。

In above scenario Eclipse will automatically finds your projects as earlier. You do not have to import manually.

为我工作。