Eclipse安装ADT失败解决办法

来源:互联网 发布:2013总决赛数据 编辑:程序博客网 时间:2024/05/13 11:10

Cannot complete the install because one or more required items could not be found.   Software being installed: Android Development Tools 0.9.7.v201005071157-36220 (com.android.ide.eclipse.adt.feature.group 0.9.7.v201005071157-36220)   Missing requirement: Android Development Tools 0.9.7.v201005071157-36220 (com.android.ide.eclipse.adt.feature.group 0.9.7.v201005071157-36220) requires 'org.eclipse.gef 0.0.0' but it could not be found


查了好多帖子也不能解决,最后在一个帖子上说要先安装GEF和WST,我抱着死马当成活马医的心态试了试,结果成了!


打开eclipse:

windows->preferences->Install/Update->Avai...

选中或添加以下两个网址,

         GEF Update Site :  http://download.eclipse.org/tools/gef/updates/releases/

         galileo  :  http://download.eclipse.org/releases/galileo

进入help->Install new software,先选择GEF进行升级,(应该只升级对应版本即可,不过我把所有的都选了)

                                                         再升级WST,这个在galileo的最后面,耐心找一下吧,而且galileo加载也会很慢,稍等即可。


期间按照提示,选择重启或OK,应该会很顺利地。

 

如果GEF update Site打不开,直接去 http://www.eclipse.org/galileo/projects.php 查找对应的网址

 

 

Eclipse的版本是3.5.2,配置Android的开发环境时遇到问题……

按照Android官方文档一步步安装,到了安装Eclipse的ADT插件时,提示“requires 'org.eclipse.gef 0.0.0' but it could not be found”,找了很久终于解决问题:

缺少GEF,Eclipse's Graphic Editing Framework,下面是这个插件的地址:

http://download.eclipse.org/tools/gef/updates/releases/

在Eclipse的菜单栏Help->Install New Software中添加这一项,然后选择对应Eclipse版本的选项安装好即可。

原文地址在此(感谢这位哥们儿,贡献一个链接)

http://tewson.com/content/orgeclipsegef-000-required-installing-android-development-tools-eclipse-351

另外在安装ADT时还需要添加以下站点以便自动安装依赖的组件:

Eclipse GEF      - http://download.eclipse.org/tools/gef/updates/releases/
Eclipse EMF      - http://download.eclipse.org/modeling/emf/updates/releases/
Eclipse GMF      - http://download.eclipse.org/modeling/gmf/updates/releases
Eclipse Webtools - http://download.eclipse.org/webtools/updates/
Google eclipse Plugin - http://dl.google.com/eclipse/plugin/3.5

 

ref:

http://blog.csdn.net/tiaotiaoyly/archive/2010/07/18/5745002.aspx

http://www.iteye.com/topic/755069

原创粉丝点击