简体   繁体   English

在Eclipse中安装adt时出错

[英]error while installing adt in eclipse

I am installing adt plugin in eclips galileo.but getting below error- 我正在eclips galileo中安装adt插件,但出现以下错误-

Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 20.0.3.v201208082019-427395    (com.android.ide.eclipse.adt.feature.group 20.0.3.v201208082019-427395)
Missing requirement: Android Development Tools 20.0.3.v201208082019-427395 (com.android.ide.eclipse.adt.feature.group 20.0.3.v201208082019-427395) requires 'org.eclipse.core.runtime 3.6.0' but it could not be found

It seems to be saying that you don't have the Eclipse core runtime where it expects it to be. 似乎是在说您没有期望的Eclipse核心运行时。

An easy way to fix this would be to enable the 'Contact all update sites during install to find required software' checkbox on the Install New Software dialog page and that should automatically download all the additional software required for ADT to work. 解决此问题的一种简单方法是启用“安装新软件”对话框页面上的“在安装过程中联系所有更新站点以查找所需软件”复选框,该复选框应自动下载ADT运行所需的所有其他软件。

Otherwise it would be a case of looking through the Eclipse official repository to find and install the runtime. 否则,可能需要遍历Eclipse官方存储库以查找并安装运行时。

Edit: 编辑:

Ah, the reason it can't find the 3.6 runtime is that Galileo is 3.5. 啊,找不到3.6运行时的原因是Galileo是3.5。 The new ADT versions will only run on 3.6(Helios) and above. 新的ADT版本只能在3.6(Helios)及更高版本上运行。

ADT Plugin Requirements ADT插件要求

  • Eclipse Helios (Version 3.6.2) or higher is required for ADT 20.0.3. ADT 20.0.3需要Eclipse Helios(版本3.6.2)或更高版本。

Install Helios or a higher version and it should work fine. 安装Helios或更高版本,它应该可以正常工作。

The latest version of Eclipse Classic is Juno, which you can download from here . Eclipse Classic的最新版本是Juno,您可以从此处下载。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM