Android Studio Bumblebee - device manager not opening

Viewed 4489

I just updated Android Studio to: Android Studio Bumblebee | 2021.1.1 Build #AI-211.7628.21.2111.8092744, built on January 19, 2022

But now I cannot open the device manager anymore.

If I click on the icon, nothing happens.

enter image description here

5 Answers

It seems that on Issue Tracker of Google other people have that issue about device manager after updating to bumblebee. Probably Google have to fix it with an update: https://issuetracker.google.com/issues?q=device%20manager

UPDATE:

I found a workaround: You should press shift 2 times to open search everything and type "Virtual Device Manager". This way you can open it

If you are using project for Flutter, Please follow below:
File -> Project Structure -> Project Settings -> Modules -> Add -> Android -> Ok

enter image description here

You have to click the option menu while opening the android Studio Please follow the screen shotenter image description here

If you are still experiencing this issue in the latest version(Android Studio Bumblebee | 2021.1.1 Patch1), click on the search icon in Android Studio and type "virtual device manager".

See attached screenshots.enter image description here

enter image description here

I had the same issue and updating it 2021.1.1 patch 3 to the latest android studio version fixed that issue for me.

Related