20

They've changed how it works and now I can't find where it is. According to this guide https://developer.android.com/studio/run/managing-avds.html#viewing it should be a simple as

In Android Studio, select Tools > Android > AVD Manager.

But I don't see any "tools" in my Android Studio client.

grg
  • 5,023
  • 3
  • 34
  • 50
Ferus
  • 1,080
  • 3
  • 12
  • 17

6 Answers6

38

You can find it as highlighted in the image

enter image description here

Tools > Android > AVD Manager should work, though. But you have to select Android Studio before you see the correct contextual menu .

EDIT: Since Android Studio 3.1 the path would be Tools > AVD Manager

luckyhandler
  • 10,651
  • 3
  • 47
  • 64
5

You may not have enough packages needed for the empty project. You should have a window with I think Gradle alert with a link which you can click and you will see a window with a prompt to download missing packages. When all stuff downloads the button to run ADV should be enabled.

  • 1
    this solved it for me: i could find AVD manager in the search field of the preferences and even assign it a shortcut but it would neither show in the toolbar, nor under tools. a error msg telling me i had some gradle packages or plugins missing gave me the opportunity to install the missing pcks. after that toolbar as well as menu tools > android > avd manager popped up. thx! – gaugau Mar 10 '18 at 09:44
  • 1
    I'm happy that helped you! – Przemysław Szelenberger Mar 11 '18 at 12:36
4

I am running Android Studio on Mac OS Mojave 10.14. I found AVD Manager icon in Tool Bar.

Android Studio Toolbar image

Aravind Raja
  • 123
  • 1
  • 1
  • 6
0

Its on the right to the red "stop" button on the bar

J. N
  • 193
  • 1
  • 5
0

For Android Studio version 4 for MacOS, the AVD Manager and SDK Manager are under the tools menu. Note that the menu entries do not appear until after the project has completed loading.

enter image description here

Bryon Nicoson
  • 903
  • 11
  • 11
0

AVD ManagerHello,
here is where you can find AVD Manager when you first open Android Studio.
More Actions> AVD Manaager


Use the link to see the screenshot. SCREENSHOT

T-Y
  • 1
  • 1