调试 ADT Eclipse 插件安装

发布于 2024-08-28 19:10:12 字数 297 浏览 4 评论 0原文

我已经安装了 Android SDK 和 ADT 插件,但 Android 没有显示在 Window>Preferences... 对话框中。

我正在运行伽利略。如果我转到“关于 Eclipse”对话框的“安装详细信息”部分,它会显示我有 0.9.6 的 Android DDMS 和 Android 开发工具。我可以从命令行运行 adb。我尝试绕过卸载/重新安装循环一次。

我使用的是 Windows Vista。我还安装了 2.7.7 版的 Scala 插件,但我尝试卸载它。

关于我下一步应该尝试什么有什么想法吗?谢谢。

I've installed the Android SDK and the ADT plugin, but Android doesn't show up in the Window>Preferences... dialog.

I'm running Galileo. If I go to the Installation Details part of the About Eclipse dialog, it says that I have 0.9.6 of Android DDMS and Android Development Tools. I can run adb from the command line. I tried going around the uninstall/reinstall loop once.

I'm on Windows Vista. I also have 2.7.7 of the Scala plugin installed, but I tried uninstalling that.

Any ideas on what I should try next? Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

为你拒绝所有暧昧 2024-09-04 19:10:12

您的 Eclipse 安装是从“Program Files”还是“Program Files (x86)”文件夹运行的?
这是我的情况,我遇到了这个特殊问题以及其他一些问题。

我所做的是将 Eclipse 的新副本放在不同的文件夹中(例如 c:\dev),启动它并使用 Eclipse 更新安装 Android 插件,现在看起来工作正常。

我不需要再次下载 Android SDK。

Is your eclipse installation running from the "Program Files" or "Program Files (x86)" folder?
This was my case and I had this particular problem and a few more.

What I did was to place a fresh copy of Eclipse in a different folder (e.g. c:\dev), launch it and to install the Android Plug-in using the Eclipse Update and it seems to work fine now.

I did not need to download again the Android SDK.

匿名的好友 2024-09-04 19:10:12

听起来您缺少依赖项。你所描述的事情曾经发生在我身上(我不太记得了,但我认为是与 adt 一起发生的)。

来自 http://developer.android.com/intl/de /sdk/eclipse-adt.html#installing

注意ADT有一些特性
需要一些可选的 Eclipse
组件(例如,WST)。如果你
安装时遇到错误
ADT,您的 Eclipse 安装可能没有
包括这些组件。为了
有关如何快速添加的信息
您的必要组件
Eclipse安装,参见
疑难解答主题 ADT 安装
错误:“需要插件
org.eclipse.wst.sse.ui”。

Sounds like you are missing a dependency. What you're describing happened to me once (I can't remember for sure, but I think it was with adt).

From http://developer.android.com/intl/de/sdk/eclipse-adt.html#installing:

Note that there are features of ADT
that require some optional Eclipse
components (for example, WST). If you
encounter an error when installing
ADT, your Eclipse installion might not
include these components. For
information about how to quickly add
the necessary components to your
Eclipse installation, see the
troubleshooting topic ADT Installation
Error: "requires plug-in
org.eclipse.wst.sse.ui".

摘星┃星的人 2024-09-04 19:10:12

我也有同样的问题。似乎与 Eclipse 的安装位置有关,路径不应包含空格,就像 David 建议的那样。

我将 Eclipse 的新副本安装到 c:\Dev 并安装了 ADT。现在一切正常。

I had the same problem. Seems to be related to where Eclipse is installed, the path should not contain spaces, like David suggested.

I installed a fresh copy of Eclipse to c:\Dev and installed the ADT. Now everything works fine.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文