无法将Eclipse中的ADT插件更新到23.0.0或更高版本 [英] Can't update ADT plugin in Eclipse to version 23.0.0 or above

查看:140
本文介绍了无法将Eclipse中的ADT插件更新到23.0.0或更高版本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是Android编程的初学者。我的问题是,我无法更新ADT。问题开始了,经过很长时间我在Android SDK Manager中更新了Android SDK Tools。然后我试图将一个项目导入工作区。但是我不能导入,因为每次单击完成按钮,没有任何事情发生。然后我关闭Eclipse并再次打开它,并显示以下错误:





我点击了检查更新,但没有找到任何东西。在互联网上,我找到了一个 URL ,所以我点击了帮助 - >安装新软件... - >添加 - >并粘贴此URL。当我点击下一步,它显示了我想要安装的项目列表,还有一个错误:

 无法完成安装因为依赖性相冲突。 
正在安装的软件:OpenGL ES的追踪器23.0.0.1245622(com.android.ide.eclipse.gldebugger.feature.feature.group 23.0.0.1245622)
当前安装的软件:OpenGL ES 21.0.0的Tracer .v201210310015-519525(com.android.ide.eclipse.gldebugger.feature.group 21.0.0.v201210310015-519525)
可以同时安装以下其中一个:
OpenGL ES 23.0的跟踪器.0.1245622(com.android.ide.eclipse.gldebugger 23.0.0.1245622)
OpenGL ES的追踪器21.0.0.v201210310015-519525(com.android.ide.eclipse.gldebugger 21.0.0.v201210310015-519525)
无法满足依赖关系:
From:OpenGL ES的跟踪器23.0.0.1245622(com.android.ide.eclipse.gldebugger.feature.feature.group 23.0.0.1245622)
To:com.android。 ide.eclipse.gldebugger [23.0.0.1245622]
无法满足依赖关系:
From:OpenGL ES的跟踪器21.0.0.v201210310015-519525(com.android.ide.eclipse.gldebugger.feature.group 21.0 .0.v201210310015-519525)
To:com.android.ide.eclipse.gldebu gger [21.0.0.v201210310015-519525]

我也读过某个地方,我应该尝试使用更新的插件文件夹替换plugins文件夹,所以我尝试将Eclipse文件夹中的plugins文件夹重命名为pluginsx,然后粘贴从网站。之后,我无法打开Eclipse。



这个 site 也与我有同样的问题,有一个答案被接受为问题的解决方案。所以我也试过下载,并复制这3件事到下面评论中提到的文件夹,但我仍然有同样的问题,没有改变。



所以现在我没有任何想法,如何解决这个问题。有人可以帮我吗?



提前感谢

解决方案

帮助 - >安装新软件 - >已经安装了什么?



然后,选择Android DDMS,Andoid Devlopment Tools,Android Hierarcy Viewer,Android本机开发工具,Android Traceview,Tracer for OpenGL ES,然后点击卸载。



所有这一步,尝试添加链接( https://dl-ssl.google.com/android/eclipse/ ),名称为ADT Plugin。此链接将获得最新的ADT插件。这样,您可以重新安装ADT。


I am beginner in Android programming. My problem is, that I can not update ADT. The problem started, when after a long time I have updated in Android SDK Manager the Android SDK Tools. Then I was trying to import a project into the workspace. But I couldn't import that, because every time I clicked the Finish button, nothing happened. Then I closed Eclipse and opened it again, and showed me the following error:

I clicked on the Check for Updates, but it didn't find anything. On the Internet I have found an URL, so I clicked Help-->Install New Software...--> Add--> and pasted this URL. When I clicked Next, it showed me the list of items which I wanted to install and also an error:

Cannot complete the install because of a conflicting dependency.
 Software being installed: Tracer for OpenGL ES 23.0.0.1245622 (com.android.ide.eclipse.gldebugger.feature.feature.group 23.0.0.1245622)
 Software currently installed: Tracer for OpenGL ES 21.0.0.v201210310015-519525 (com.android.ide.eclipse.gldebugger.feature.group 21.0.0.v201210310015-519525)
Only one of the following can be installed at once: 
Tracer for OpenGL ES 23.0.0.1245622 (com.android.ide.eclipse.gldebugger 23.0.0.1245622)
Tracer for OpenGL ES 21.0.0.v201210310015-519525 (com.android.ide.eclipse.gldebugger 21.0.0.v201210310015-519525)
Cannot satisfy dependency:
From: Tracer for OpenGL ES 23.0.0.1245622 (com.android.ide.eclipse.gldebugger.feature.feature.group 23.0.0.1245622)
To: com.android.ide.eclipse.gldebugger [23.0.0.1245622]
Cannot satisfy dependency:
From: Tracer for OpenGL ES 21.0.0.v201210310015-519525 (com.android.ide.eclipse.gldebugger.feature.group 21.0.0.v201210310015-519525)
To: com.android.ide.eclipse.gldebugger [21.0.0.v201210310015-519525]

I have also read somewhere, that I should try to replace the plugins folder with the updated plugins folder so I tried to rename "plugins" folder in the Eclipse folder to "pluginsx" and pasted the new one I have downloaded from the site. After this I couldn't open the Eclipse.

This site is also about the same problem as I have, and there is an answer which is accepted as the solution of the question. So I tried also to download, and copy those 3 things to folders which were mentioned in the comment below, but I have still the same problem, nothing changed.

So now I don't have any idea, how to fix this problem. Can anyone help me, please?

Thanks in advance.

解决方案

Help-->Install New Software-->What is already installed?

Then, Select "Android DDMS, Andoid Devlopment Tools,Android Hierarcy Viewer, Android native Development Tools, Android Traceview, Tracer for OpenGL ES" and click Uninstall.

After all this step, try Add link (https://dl-ssl.google.com/android/eclipse/) and name is ADT Plugin. This link will get the latest ADT Plugin. In this way you reinstall the ADT.

这篇关于无法将Eclipse中的ADT插件更新到23.0.0或更高版本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆