在 Eclipse 中找不到 AVD 或 SDK 管理器

Can#39;t find AVD or SDK manager in Eclipse(在 Eclipse 中找不到 AVD 或 SDK 管理器)
本文介绍了在 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:

  1. Window > Customize Perspective...(您会看到 Android 和 AVD Manager 被禁用)

  1. 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 管理器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

VertX 3.9.7 when i receive the form quot;throw exceptionquot; Size exceed allowed maximum capacityquot;(VertX 3.9.7收到表单时抛出异常SIZE超出允许的最大容量QUOT;)
Android This feature requires ASM7(Android此功能需要ASM7)
JDK11 Upgrade Fails - ClassNotFoundException jdk.internal.ref.Cleaner(JDK11升级失败-ClassNotFoundException jdk.inder.ref.Cleaner)
How to make Eclipse compile patched modules on JDK 9+ by passing the --patch-module javac option to my project compiler? (see pic)(如何通过向我的项目编译器传递--patch-MODULE javac选项,让Eclipse在JDK 9+上编译打了补丁的模块?(见图))
JavaFX Modular Application, java.lang.module.FindException: Module javafx.controls not found (Java 11, Intellij)(JavaFX模块化应用程序,java.lang.mode.FindException:未找到模块javafx.Controls(Java 11,IntelliJ))
Cannot resolve symbol Theme.MaterialComponents.Light.NoActionBar (Android Studio)(无法解析符号Theme.MaterialComponents.Light.NoActionBar(Android Studio))