Ubuntu下eclipse安装ADT时遇到org.eclipse.wst.sse.core 0.0.0缺失的一个解决方案
来源:岁月联盟
时间:2012-01-12
1 Cannot complete the install because one or more required items could not be found.
2 Software being installed: Android Development Tools 8.0.1.v201012062107-82219 (com.android.ide.eclipse.adt.feature.group 8.0.1.v201012062107-82219)
3 Missing requirement: Android Development Tools 8.0.1.v201012062107-82219 (com.android.ide.eclipse.adt.feature.group 8.0.1.v201012062107-82219) requires 'org.eclipse.gef 0.0.0' but it could not be found
经网络查询,是由于所下载的eclipse插件不全,导致缺少org.eclipse.wst.sse.core
解决方法如下:
1. 在Help->Install New Software->”Available Software Sites”中找到你那个eclipse版本的主要更新源,如下所示:
1 Indigo - http://download.eclipse.org/releases/indigo
我的eclipse是3.7,对应开发代号是Indigo,在前面的方框中打勾,点击OK。
如果不是3.7,或者列表中没有对应的版本,如3.6版为Helios(3.5为Galileo,3.4为Ganymede,3.3为Europa),那么在Help->Install New Software窗口单击Add,在Name一栏中输入Helios,Location中输入
1 http://download.eclipse.org/releases/helios
即把地址中的indigo改为helios即可。点击OK。
更新完成后,选择列表的最后一项“Web,XML,Java EE and OSGi Enterprise Development”,点击Next并安装、更新。
之后便可以像教程介绍的一样安装ADT了。
如非声明,本站文章均为Taskiller云宵阁 原创