Android Studio - AVD Manager is not visible

时光毁灭记忆、已成空白 提交于 2019-12-05 04:50:35

You can find it in:

tool->Android->AVD Manager.

If you want to make the AVD Manager icon be visible, you can doing this:

Right click on the Toolbar and select the Customize Menu and Toolbar.., Choose the Main Toolbar.

Then,you can see this:

Click on the Restore Default, then the AVD Manager will be visible. Hope this can help you. :-)

Check if you have Android plugin Enabled in your Studio:

File --> Settings-- > Type Plugin

Check Android and Restart Android Studio

I had the same problem that the AVD Manager didn't show up after I installed Android Studio 3.0.1. and I could not run my Ionic app in the emulator. After hours of researching this answer finally helped: 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
  3. After all tools where installed by Android Studio, I could finally create a virtual device via the AVD Manager.

I guess that may help Windows and Mac users.

Make sure you have installed Android emulator from sdk manager

Then go to tools -->android-->avd manager

if it doesn't work check settings-->plugins-->android support that it(android support) is installed or not

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!