#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 插件时出现“找不到所需项目"错误
基础教程推荐
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- 降序排序:Java Map 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01