【问题标题】:Unable to perform ADT offline installation无法执行 ADT 脱机安装
【发布时间】:2012-03-19 03:55:19
【问题描述】:

我正在尝试在 Mandriva Linux 2011 VM 中的 Eclipse SDK 3.7.2 中安装 ADT 16.0.1。我已经成功安装了 Eclipse,并且我已经下载了 ADT 插件存档。然后,我尝试将 Eclipse 的“安装新软件”指向存档,它可以正确检测到该存档。但是,当我全选并尝试安装时,它会挂在那里,并显示以下常规日志消息:

org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request

一段时间后,它只是中止并显示以下错误消息:

Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 16.0.1.v201112150204-238534 (com.android.ide.eclipse.adt.feature.group 16.0.1.v201112150204-238534)
Missing requirement: Android Development Tools 16.0.1.v201112150204-238534 (com.android.ide.eclipse.adt.feature.group 16.0.1.v201112150204-238534) requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found

为什么会发生这种情况,我该如何解决?

谢谢!

【问题讨论】:

    标签: android plugins adt


    【解决方案1】:

    ADT 依赖于 org.eclipse.wst.sse.core,它是 Web 标准工具包,位于:http://www.eclipse.org/webtools/wst/main.php

    这是问题ADT requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found 的重复,所以我会先尝试这些解决方案。

    请注意,如果您想进行离线安装,最简单的方法可能是下载适用于 Java EE 开发人员的 Eclipse IDE,其中包括 WST 核心插件:http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr2 然后在其中安装 ADT 插件。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-01-25
      • 1970-01-01
      • 1970-01-01
      • 2019-11-28
      • 1970-01-01
      相关资源
      最近更新 更多