【发布时间】:2013-03-25 07:11:28
【问题描述】:
我正在尝试关注this article
当我尝试“禁用复选框在安装过程中联系所有更新站点以查找所需的软件,以避免对其他 Eclipse 插件进行不必要的更新”时。我无法进行下一步,因为
Cannot complete the install because one or more required items could not be found.
Software being installed: Xtend SDK 2.4.0.v201303201134 (org.eclipse.xtend.sdk.feature.group 2.4.0.v201303201134)
Missing requirement: Xtend Standalone Bundle 2.4.0.v201303201134 (org.eclipse.xtend.standalone 2.4.0.v201303201134) requires 'bundle org.eclipse.emf.codegen 2.5.0' but it could not be found
Cannot satisfy dependency:
From: Xtend SDK 2.4.0.v201303201134 (org.eclipse.xtend.sdk.feature.group 2.4.0.v201303201134)
To: org.eclipse.xtend.standalone [2.4.0.v201303201134]
或者如果启用该复选框,我会在 Eclipse 中安装时出错。
An error occurred while collecting items to be installed
session context was:(profile=profile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,com.android.ide.eclipse.base,21.1.0.v201302060044-569685
No repository found containing: osgi.bundle,com.android.ide.eclipse.ddms,21.1.0.v201302060044-569685
No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.ddms,21.1.0.v201302060044-569685
【问题讨论】:
-
当我使用已安装的 Xtend SDK 构建 Eclipse 并安装 ADT 插件时,对我来说工作正常。
标签: eclipse installation windows-7-x64 xtend