zoukankan      html  css  js  c++  java
  • 关于requires 'org.eclipse.gef 0.0.0' but it could not be found的解决方法

    今天在安装ADT的时候,提示“Cannot complete the install because one or more required items could not be found.
      Software being installed: Android Development Tools 0.9.6.v201002051504-24846 (com.android.ide.eclipse.adt.feature.group 0.9.6.v201002051504-24846)
      Missing requirement: Android Development Tools 0.9.6.v201002051504-24846 (com.android.ide.eclipse.adt.feature.group 0.9.6.v201002051504-24846) requires 'org.eclipse.gef 0.0.0' but it could not be found
    ”仔细看了下,是说的org.eclipse.gef找不到,也就是adt安装的时候需要这个插件,但是找不到,关于这个问题在网上有不少解决方法,但都不是很明了,有的说要安装gef插件,有的说要安装emf插件什么的,后来我在一个外语论坛上找到了解决方法,如下:

    1.启动eclipse,点击window——>preferences——>install/update——>available software sites,点击Add,把如下几个网址添加过去
    Eclipse GEFhttp://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 Pluginhttp://dl.google.com/eclipse/plugin/3.5
    eg:
    2.重新安装ADT插件,更新网址:https://dl-ssl.google.com/android/eclipse/
    (如果遇到问题可以把https改为http)
    总结:添加这几个网址的作用就是在安装ADT插件时,要eclipse自己寻找所需要的插件,并不需要网上说的那样,把GEF的整个插件下下来,当然,安装整个GEF也是可以的,我测试过,不过GEF整个安装下来,需要不少时间,而且ADT不需要全部的GEF插件!
    祝大家安装顺利!(注:我的eclipse为3.5.2,3.5及3.5以上版本适用,低版本可能添加更新网址的地方不一样,自己找到相应的位置添加!)
  • 相关阅读:
    【C#高级】泛型(一)
    【C#】RGB转CMYK
    C#读写Excel
    H5+MUI上传文件
    完整登录流程包含第三方登录,很详细值得推荐
    [MVC]多文件、超大文件上传
    [SQL Server] 无法连接到本地数据库
    “System.OutOfMemoryException”类型的异常在 mscorlib.dll 中发生,但未在用户代码中进行处理
    MVC缓存(二)
    MVC缓存(一)
  • 原文地址:https://www.cnblogs.com/xiaoQLu/p/1989177.html
Copyright © 2011-2022 走看看