今天在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雲宵閣 原創