简体   繁体   English

Android Studio - AVD 管理器不可见

[英]Android Studio - AVD Manager is not visible

I have installed Android Studio 2.3.2 and The AVD Manager (which should be under the tools menu is not visible).我已经安装了 Android Studio 2.3.2 和AVD 管理器(应该在工具菜单下不可见)。

Is there any way that i could make it available?有什么办法可以让它可用吗?

Tools menu in Android Studio Android Studio 中的工具菜单

在此处输入图片说明

Menus and Toolbars菜单和工具栏

在此处输入图片说明

In the latest Android Studio(>= 3.6.2), it appears(mobile icon) at the top right side as displayed in the image below.在最新的 Android Studio(>= 3.6.2)中,它出现在右上方(移动图标),如下图所示。

在此处输入图片说明

I had the same problem that the AVD Manager didn't show up after I installed Android Studio 3.0.1.我遇到了同样的问题,安装 Android Studio 3.0.1 后 AVD 管理器没有出现。 and I could not run my Ionic app in the emulator.我无法在模拟器中运行我的 Ionic 应用程序。 After hours of researching this answer finally helped: https://stackoverflow.com/a/47727706/9386896经过数小时的研究这个答案终于有所帮助: https : //stackoverflow.com/a/47727706/9386896

  1. Start a blank project启动一个空白项目
  2. Android Studio complained that certain SDK tools are missing and offers you to install them Android Studio 抱怨缺少某些 SDK 工具并提供您安装它们
  3. After all tools where installed by Android Studio, I could finally create a virtual device via the AVD Manager.在 Android Studio 安装了所有工具之后,我终于可以通过 AVD 管理器创建一个虚拟设备。

I guess that may help Windows and Mac users.我想这可能对 Windows 和 Mac 用户有所帮助。

Use ctrl+shift+A to open the search and type AVD Manager and select it.使用ctrl+shift+A打开搜索并输入AVD Manager并选择它。 From there you can manage all your virtual devices like Launch, edit config, delete Device etc...从那里您可以管理所有虚拟设备,例如启动、编辑配置、删除设备等...

You can find it in:您可以在以下位置找到它:

tool->Android->AVD Manager.

If you want to make the AVD Manager icon be visible, you can doing this:如果你想让AVD Manager图标可见,你可以这样做:

Right click on the Toolbar and select the Customize Menu and Toolbar.. , Choose the Main Toolbar.右键单击工具栏并选择Customize Menu and Toolbar.. ,选择主工具栏。

在此处输入图片说明

Then,you can see this:然后,你可以看到这个:

在此处输入图片说明

Click on the Restore Default , then the AVD Manager will be visible.单击“ Restore Default ,然后AVD Manager将可见。 Hope this can help you.希望这可以帮助你。 :-) :-)

Check if you have Android plugin Enabled in your Studio:检查您的 Studio 中是否启用了 Android 插件:

File --> Settings-- > Type Plugin文件--> 设置--> 类型插件

Check Android and Restart Android Studio检查 Android 并重新启动 Android Studio 在此处输入图片说明

Make sure you have installed Android emulator from sdk manager确保您已从 sdk 管理器安装 Android 模拟器

在此处输入图片说明

Then go to tools -->android-->avd manager然后去tools -->android-->avd manager

在此处输入图片说明

if it doesn't work check settings-->plugins-->android support that it(android support) is installed or not如果它不起作用检查settings-->plugins-->android支持它(android支持)是否安装

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

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