Android Studio - AVD Manager is not visible

Viewed 28315

I have installed Android Studio 2.3.2 and The AVD Manager (which should be under the tools menu is not visible).

Is there any way that i could make it available?

Tools menu in Android Studio

enter image description here

Menus and Toolbars

enter image description here

6 Answers

In the latest Android Studio(>= 3.6.2), it appears(mobile icon) at the top right side as displayed in the image below.

enter image description here

Use ctrl+shift+A to open the search and type AVD Manager and select it. From there you can manage all your virtual devices like Launch, edit config, delete Device etc...

Related