Linux下程式开发环境搭配之—EclipseADT安装错误处理


Linux下,安装Eclipse插件Android ADT的时候。有时会出现个异常错误,导致无法安装。

Eclipse详情具体描述如下:
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools
0.9.5.v200911191123-20404 (com.android.ide.eclipse.adt.feature.group
0.9.5.v200911191123-20404)
Missing requirement: Android Development Tools
0.9.5.v200911191123-20404 (com.android.ide.eclipse.adt.feature.group
0.9.5.v200911191123-20404) requires 'org.eclipse.wst.xml.ui 0.0.0' but it could not be found

(我是在Ubuntu下遇到这个问题的,其他Linux系统没有测试。)

具体解决办法如下:

在Install New Software Sites里输入http://download.eclipse.org/releases/galileo
在下面一堆列表里
选择WST插件(最下面),可以在筛选框(Filter)里输入WST筛选。
勾上安装,安装后重启Eclipse,再去安装Android ADT插件。
问题解决。

相关内容