Ubuntu下eclipse安装ADT时遇到org.eclipse.wst.sse.core 0.0.0缺失的一个解决方案

Ubuntu下eclipse安装ADT时遇到org.eclipse.wst.sse.core 0.0.0缺失的一个解决方案
遇到这个问题,在网络上找
下载的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云宵阁 原创

http://www.2cto.com/os/201201/116760.html

方案二:

最近因工作需要开始研究android的开发,上网看了一下,目前好像还没有整合开发包,只能依靠eclipse的插件来实现,没办法,打开下载吧,全部安装完成后,出错了,

原因:是由所下载的eclipse插件不全导致的,缺少org.eclipse.wst.sse.core

另外:首先org.eclipse.wst.sse.core 0.0.0缺失的问题在国内单独依靠eclipse的自动更新偶尔会坑爹的,而且联网更新在伟大的wall面前毫无战斗力,所以我们还是直接下载RCP版的eclipse吧,3.7或者3.5都可以,但一定记得下载RCP版,推荐3.5,有迅雷,没啥下不到的,恩,你懂的!

自己组合的开发包(3.5RCP+ADT),有需要的就拿走吧:

http://115.com/file/bhkvr8kc

3.5 RCP版本的eclipse:http://www.eclipse.org/downloads/packages/eclipse-rcpplug-developers/galileosr2

官方的介绍

Eclipse for RCP and RAP Developers

Package Details

A complete set of tools for developers who want to create Eclipse plug-ins, Rich Client or Rich Ajax Applications (RCP+RAP), plus Mylyn, and an XML editor. In addition to the CVS Eclipse Team provider, it also contains the EGit tooling for accessing Git version control systems.

Feature List

org.eclipse.cvs

org.eclipse.egit

org.eclipse.epp.package.common.feature

org.eclipse.equinox.p2.user.ui

org.eclipse.help

org.eclipse.jdt 3.7.0

org.eclipse.jgit

org.eclipse.mylyn.bugzilla_feature

org.eclipse.mylyn.context_feature

org.eclipse.mylyn.ide_feature

org.eclipse.mylyn.java_feature

org.eclipse.mylyn.pde_feature

org.eclipse.mylyn.wikitext_feature

org.eclipse.mylyn_feature

org.eclipse.pde 3.7.0

org.eclipse.platform 3.7.0

org.eclipse.platform.source

org.eclipse.rap.tooling

org.eclipse.rcp 3.7.0

org.eclipse.wst.xml_ui.feature

http://hi.baidu.com/hoshinoruri1987/blog/item/c28a5281be9132c6bc3e1e8a.html