zoukankan      html  css  js  c++  java
  • Android diary 2

    Cannot complete the install because one or more required items could not be found
    2011-10-05 09:55:06  
    Cannot complete the install because one or more required items could not be found
    要在Eclipse IDE下编写Android软件之前必须要安装ADT插件,按照Android Developers上的详细指导()应该能够很顺利的安装上这个插件。但是很不幸的是我在这个过程中出现了一些意外。
    在添加完更新源和选择更新项开始更新后,出现了如图下的这个错误:
    Android DDMS 和 Android Hierarchy Viewer 都已成功的安装,但是Android Development Tools 无法安装。错误提示如下:
    Cannot complete the install because one or more required items could not be found.
    Software being installed: Android Development Tools 8.0.1.v201012062107-82219 (com.android.ide.eclipse.adt.feature.group 8.0.1.v201012062107-82219)
    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
    经过一番的搜索,查因,发现是因为WST Server Adapters没有安装。
    解决方法:
    1. 在Help->Install New Software 中找到你那个版本的主要更新源(我的是Helios版的) 
        就可以更新该版本就可以了。
     
     
    Cannot complete the install because one or more required items could not be found - 陈小虎 - 陈小虎的博客
    2.在更新中找到Web, XML, and Java EE Development 下的 WST Server Adapters, 然后安装
    3.最后问题安装好以后在重新安装ADT插件,那个Android Development Tools 即可正常安装
    安装成功!!设置好虚拟机路径后即可在这里看到你的虚拟机了。
    Cannot complete the install because one or more required items could not be found - 陈小虎 - 陈小虎的博客
    摘自 陈虎 blog
  • 相关阅读:
    eclipse安装WTP部署WEB项目
    BZOJ3302: [Shoi2005]树的双中心
    BZOJ2059: [Usaco2010 Nov]Buying Feed 购买饲料
    BZOJ1986: [USACO2004 Dec] Dividing the Path 划区灌溉
    BZOJ3126: [Usaco2013 Open]Photo
    51nod1486 大大走格子
    BZOJ1698: [Usaco2007 Feb]Lilypad Pond 荷叶池塘
    BZOJ2590: [Usaco2012 Feb]Cow Coupons
    BZOJ1739: [Usaco2005 mar]Space Elevator 太空电梯
    BZOJ2501: [usaco2010 Oct]Soda Machine
  • 原文地址:https://www.cnblogs.com/yigerendehaibian/p/2777250.html
Copyright © 2011-2022 走看看