我通过eclipse:help-》install new software安装ADT,无论是输入网址还是下载ADT-15.0.1都会遇到下面这个问题:Cannot complete the install because one or more required items could not be found.
  Software being installed: Android Development Tools 15.0.1.v201111031820-219398 (com.android.ide.eclipse.adt.feature.group 15.0.1.v201111031820-219398)
  Missing requirement: Android Development Tools 15.0.1.v201111031820-219398 (com.android.ide.eclipse.adt.feature.group 15.0.1.v201111031820-219398) requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found然后在网上搜索,有网友说是没有安装WST Server Adapters,但我安装的eclipse是ubuntu下最新的版本,这个好像不许要再安装了吧?

解决方案 »

  1.   

    可能访问不了google 翻墙看看
      

  2.   

    之前也遇到过,找了很多方法还是提示缺失插件, 最后重新下载了一个其他版本的Eclipse就可以了, Ubuntu11的话可以直接在 应用程序->Ubuntu软件中心 那里搜索安装的是可以用的.
      

  3.   

    eclipse 下载 j2ee版本就行了,不要软件中心的,版本太老
      

  4.   

    eclipse版本不匹配,LZ下一个新版本的eclipse,然后再提醒一下,SDK和ADT的版本也要匹配哟~
      

  5.   

    从新下个eclipse 或者重装下eclipse
      

  6.   

    After a few searches, I finally found the solution.  To fix the error you need to add a new update site to Eclipse (Help -> Install New Software… -> Add) and paste in the URL below.  Once you have added this update site you should be able to install the ADT plugin without any issues.
    http://download.eclipse.org/releases/indigo
      

  7.   

    今天在ubuntu上面安装adt的时候,查找依赖关系后说 org.eclipse.wst.sse.core 0.0.0' but it could not be found 无法继续安装。
    在网上找了一些解决办法,有的人说要重新安装eclipse,蛋疼的解决方案
    现在我把我的解决办法写下来:
    1 首先 help -> install new software -> Available software sites
    看看里面有没有你的eclise的更新版本,比如我的是indigo
    我就添加一个 http://download.eclipse.org/releases/indigo 的站点
    2 返回到Install new software界面,加入adt的下载地址
    https://dl-ssl.google.com/android/eclipse/
    3 点击下一步,eclipse搜索依赖关系,这里需要很久,因为它要到indigo更新站点里面去搜索,搜索完成就可以安装eclipse了。
    一个这问题就要重装eclipse的解决方案真是让我汗颜。
      

  8.   

    唉,我更蛋疼,本来用的好好地,升级了下sdk,提示我adt版本跟eclipse不兼容,让升级到adt15,升级完感觉不好用,想弄回去,这就惨了,重新安装,怎么也装不上adt了,还是哪里没清除干净,今一天就白费了。