Reputation: 421
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
Menus and Toolbars
Upvotes: 15
Views: 30554
Reputation: 6539
In the latest Android Studio(>= 3.6.2), it appears(mobile icon) at the top right side as displayed in the image below.
Upvotes: 15
Reputation: 1214
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...
Upvotes: 4
Reputation: 196
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
I guess that may help Windows and Mac users.
Upvotes: 6
Reputation: 9225
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
Upvotes: 1
Reputation: 420
Check if you have Android plugin Enabled in your Studio:
File --> Settings-- > Type Plugin
Check Android and Restart Android Studio
Upvotes: 0
Reputation: 9084
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. :-)
Upvotes: 1