#39;required items could not be found#39; error when installing ADT plugin(安装 ADT 插件时出现“找不到所需项目错误)
问题描述
无法完成安装,因为找不到一项或多项必需项.正在安装的软件:Android 开发工具 12.0.0.v201106281929-138431 (com.android.ide.eclipse.adt.feature.group 12.0.0.v201106281929-138431)缺少要求:Android 开发工具 12.0.0.v201106281929-138431 (com.android.ide.eclipse.adt.feature.group 12.0.0.v201106281929-138431) 需要 'org.eclipse.gef 0.0.0' 但它不能被发现
Cannot complete the install because one or more required items could not be found. Software being installed: Android Development Tools 12.0.0.v201106281929-138431 (com.android.ide.eclipse.adt.feature.group 12.0.0.v201106281929-138431) Missing requirement: Android Development Tools 12.0.0.v201106281929-138431 (com.android.ide.eclipse.adt.feature.group 12.0.0.v201106281929-138431) requires 'org.eclipse.gef 0.0.0' but it could not be found
一些信息:
- Eclipse SDK 版本:3.6.2
- jdk-6u26-windows-i586
- Windows 7
关于如何解决找不到所需项目"错误的任何建议?
Any suggestions on how to solve this 'required items could not be found' error?
推荐答案
同样的问题已经有好几次了.您需要将以下 url 添加到 eclipse 安装的可用软件站点"中:
Have had the same problem a few times. You need to add the following urls to the "Available Software Sites" of your eclipse installation:
- http://download.eclipse.org/releases/indigo
- http://download.eclipse.org/eclipse/updates/3.7
这应该可以解决它.
如果没有,请查看我的安装路径,并根据需要添加:
If not, see my install paths, and add as needed:
另外,请确保在安装时勾选在安装过程中联系所有更新站点以查找所需软件"的框.
Also, make sure you tick the box on install that says "Contact all update sites during install to find required software".
这篇关于安装 ADT 插件时出现“找不到所需项目"错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:安装 ADT 插件时出现“找不到所需项目"错误
基础教程推荐
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
