Where Is the AVD manager in android studio 4.0

Viewed 984

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?

2 Answers

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

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

Related