Android问题与eclipse有关

时间:2013-08-15 02:51:35

标签: android eclipse

我安装了Android SDK installer_r20-windows.exe

当我通过eclipse安装android工具时,会显示错误:

Cannot complete the install because one or more required items could not be found.
  Software being installed: Android Development Tools 22.0.5.v201307292155--757759 

(com.android.ide.eclipse.adt.feature.group 22.0.5.v201307292155--757759)
  Missing requirement: Android Development Tools 22.0.5.v201307292155--757759 (com.android.ide.eclipse.adt.feature.group 22.0.5.v201307292155--757759)

requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found

哪个版本的eclipse与android installer_r20-windows.exe兼容?

1 个答案:

答案 0 :(得分:1)

我在Linux版本的Eclipse 3.8中遇到了同样的问题。 来自Google FAQ page的以下解决方案对我有用,因为它与平台无关,它也可能对其他平台有所帮助:

1)选择帮助>安装新软件......

2)添加更新软件站点(通过单击添加...)并输入http://download.eclipse.org/releases/indigo [根据您的Eclipse版本更改最后一个单词]的位置。

3)添加更新站点后,再次尝试安装Android Developer Tools,它应该立即下载所有依赖项。