Can#39;t find AVD or SDK manager in Eclipse(在 Eclipse 中找不到 AVD 或 SDK 管理器)
问题描述
使用 sdk 管理器更新我的 android sdk 工具和平台工具后,我似乎遇到了一些问题.问题是,更新后发现eclipse中windows下拉菜单中的avd或sdk选项不见了!而且,我再也找不到从文件-> 新项目创建 android 项目的任何选项.
Seems like I'm having some problems after updating my android sdk tools and platform-tools using the sdk manager. The problem is that, after updating, I found that the avd or sdk options in the windows dropdown menu in eclipse are gone! And, I can't find any option to create an android project from file->new projects any more.
我尝试从 Eclipse 中删除 ADT,并从可用软件站点"中删除软件站点https://dl-ssl.google.com/android/eclipse/",然后从https://dl"重新安装 ADT-ssl.google.com/android/eclipse/" 使用帮助->安装新软件.安装成功了,但是我仍然没有选择SDK管理器或eclipse中AVD的快捷方式,也无法创建新的android项目.
I tried removing the ADT from eclipse and the software site "https://dl-ssl.google.com/android/eclipse/" from "available software sites" and then reinstalled the ADT from "https://dl-ssl.google.com/android/eclipse/" using help->install new software. The installation was successful, but I still don't have any option for shortcuts to the SDK manager or the AVD in eclipse, and neither can I create a new android project.
顺便说一句,android 的透视图并没有消失,它们还在这里.另外,我可以从我安装它们的目录中手动打开 avd 和 sdk 管理器.
By the way, the android perspectives are not gone, they are still here. Also, I can manually open the avd and sdk manager from the directory where I have installed them.
谁能告诉我一个解决方法?任何帮助将不胜感激.
Can anyone please show me a workaround? Any help would be greatly appreciated.
推荐答案
我已经解决了这个问题:
I have solved this as follows:
Window > Customize Perspective...(您会看到 Android 和 AVD Manager 被禁用)
Window > Customize Perspective... (you will see Android and AVD Manager are disabled)
命令组可用性 > Android 和 AVD 管理器 > 检查
Command Groups Availability > Android and AVD Manager > check
工具栏可见性 > Android 和 AVD 管理器 > 检查
Tool Bar Visibility > Android and AVD Manager > check
这篇关于在 Eclipse 中找不到 AVD 或 SDK 管理器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在 Eclipse 中找不到 AVD 或 SDK 管理器


基础教程推荐
- 多个组件的复杂布局 2022-01-01
- 如何在 JFrame 中覆盖 windowsClosing 事件 2022-01-01
- 在 Java 中创建日期的正确方法是什么? 2022-01-01
- 大摇大摆的枚举 2022-01-01
- Java 实例变量在两个语句中声明和初始化 2022-01-01
- 验证是否调用了所有 getter 方法 2022-01-01
- 如何在 Spring @Value 注解中正确指定默认值? 2022-01-01
- 从 python 访问 JVM 2022-01-01
- 不推荐使用 Api 注释的描述 2022-01-01
- Java Swing计时器未清除 2022-01-01