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 管理器
基础教程推荐
- 降序排序:Java Map 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01