Ubuntu10.4 下eclipse安裝ADT時遇到org.eclipse.wst.sse.core 0.0.0缺失的一個解決方案

Ubuntu下eclipse安裝ADT時遇到org.eclipse.wst.sse.core 0.0.0缺失的一個解決方案
遇到這個問題,在網絡上找
今天在Ubuntu下用eclipse配置Android開發環境,在配置ADT時出現如下錯誤:
 
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雲宵閣 原創
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


發佈了11 篇原創文章 · 獲贊 2 · 訪問量 19萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章