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。
解决方法
方法一:在eclipse官方网站下载并安装该插件。
下面是这个插件的地址:
http://download.eclipse.org/tools/gef/updates/releases/
(此链接目前已经不能使用)
在Eclipse的菜单栏Help->Install New Software中添加这一项,然后选择对应Eclipse版本的选项安装好即可。
原文地址在此(感谢这位哥们儿,贡献一个链接)
另外在安装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
解决方法二:
下载新版本的eclipse,新版本eclipse包含该插件,可以正常安装到该adt。