Android ADT Plugin doesn#39;t show up in Eclipse(Android ADT 插件未出现在 Eclipse 中)
问题描述
我使用的是 Windows 7 并安装了 64 位版本的 Eclipse 3.5.2.然后我安装了 Android ADT 插件,但是当我尝试在 Windows > Preferences 对话框中配置它时,Android 插件没有显示在左窗格中.相反,我看到了 DDMS.这使我无法指定 Android SDK 的位置(除非有其他方法)给我适当的模板等.
I'm using Windows 7 and installed the 64 bit version of Eclipse 3.5.2. I then installed the Android ADT plugin, but when I try to configure it in the Windows > Preferences dialog, the Android Plugin doesn't show up in the left pane. Instead I see DDMS. This prevents me from specifying the location of the Android SDK (unless there is another way) to give me the appropriate templates and such.
有人对此进行了修复,其中包括设置 Eclipse 的权限,但这对我不起作用.我尝试通过在线安装(通过 URL 安装)和离线存档方法安装 Android 插件.
Someone posted a fix to this that includes setting the permissions of Eclipse, but that didn't work for me. I tried installing the Android Plugin from both online installation (thru the URL install) and the offline Archive method.
推荐答案
如果您运行的是 Windows Vista 或 7,请确保右键单击 Eclipse 并以管理员身份运行.我确实花了六个小时来解决这个问题,这就是解决它的原因.
If you're running Windows Vista or 7, make sure you right-click Eclipse and RUN AS ADMINISTRATOR. I literally spent six hours figuring this out, and this was what fixed it.
这篇关于Android ADT 插件未出现在 Eclipse 中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Android ADT 插件未出现在 Eclipse 中


基础教程推荐
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01