5

I just updated my android studio to version 4.0.
Before the update (version 3.6), if I wanted to open the AVD manager all I needed to do was
Tools > AVD Manager

Now I cannot open the avd manager with Tools > AVD Manager because the option is not there anymore

According to the documentation all needed to be done is Tools > AVD Manager

How it looks in Android studio:

enter image description here

enter image description here

Where can I find the "AVD manager" option on android studio 4.0?

Tamir Abutbul
  • 7,301
  • 7
  • 25
  • 53

2 Answers2

5

Updated my answer. You can find here avd manager. image

ImC0der
  • 308
  • 2
  • 18
1

On opening a project, the Tools menu initially does not contain the AVD Manager or SDK Manager entries. Once the project has completed loading, these entries appear.

Screenshot of Android Studio Tools - AVD Manager menu

Bryon Nicoson
  • 903
  • 11
  • 11