简体   繁体   English

调试ADT Eclipse插件安装

[英]Debugging ADT Eclipse Plugin Install

I've installed the Android SDK and the ADT plugin, but Android doesn't show up in the Window>Preferences... dialog. 我已经安装了Android SDK和ADT插件,但是“窗口”>“首选项...”对话框中没有显示Android。

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. 如果转到“关于Eclipse”对话框的“安装详细信息”部分,则表明我有0.9.6的Android DDMS和Android开发工具。 I can run adb from the command line. 我可以从命令行运行adb。 I tried going around the uninstall/reinstall loop once. 我试过一次卸载/重新安装循环。

I'm on Windows Vista. 我在Windows Vista上。 I also have 2.7.7 of the Scala plugin installed, but I tried uninstalling that. 我也安装了2.7.7的Scala插件,但是我尝试将其卸载。

Any ideas on what I should try next? 关于下一步应该尝试的任何想法? Thanks. 谢谢。

Is your eclipse installation running from the "Program Files" or "Program Files (x86)" folder? Eclipse安装是从“程序文件”还是“程序文件(x86)”文件夹运行的? 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 (eg c:\\dev), launch it and to install the Android Plug-in using the Eclipse Update and it seems to work fine now. 我所做的是将Eclipse的新副本放置在另一个文件夹(例如c:\\ dev)中,启动它并使用Eclipse Update安装Android插件,现在看来工作正常。

I did not need to download again the Android SDK. 我不需要再次下载Android SDK。

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). 您描述的内容曾经在我身上发生过(我无法确定,但我认为是adt发生的)。

From http://developer.android.com/intl/de/sdk/eclipse-adt.html#installing : 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). 请注意,ADT的功能需要一些可选的Eclipse组件(例如WST)。 If you encounter an error when installing ADT, your Eclipse installion might not include these components. 如果在安装ADT时遇到错误,则Eclipse安装可能不包括这些组件。 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". 有关如何快速将必需的组件添加到Eclipse安装中的信息,请参阅故障诊断主题ADT安装错误:“需要插件org.eclipse.wst.sse.ui”。

I had the same problem. 我有同样的问题。 Seems to be related to where Eclipse is installed, the path should not contain spaces, like David suggested. 似乎与Eclipse的安装位置有关,该路径不应包含空格,如David建议的那样。

I installed a fresh copy of Eclipse to c:\\Dev and installed the ADT. 我将Eclipse的新副本安装到c:\\ Dev并安装了ADT。 Now everything works fine. 现在一切正常。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM