Android studio's device manager AVD manager works fine in old versions, but in 2021.1.1 version does not open! Windows 10 and 11 tested last version flutter Intel Sdk manager everything updated could anyone help?
-
'does not open' means stuck or blank screen or anything else? – navylover Jan 31 '22 at 06:01
-
1I mean when I Click on the device manager icon, it does not work or open anything – ArShia Js Jan 31 '22 at 06:05
-
Delete and recreate, device manager works well in my pc and the android studio is 2021.1.1. – navylover Jan 31 '22 at 06:07
-
I tested this version even in windows 10 and windows 11, both of them does not work :| – ArShia Js Jan 31 '22 at 06:09
-
I have the same problem, after update to version 2021.1.1 the device emulator appear to be running, but is is not opened, also adb.exe is loaded – Bud Damyanov Feb 02 '22 at 12:07
-
I have downgraded to version 2020.3.1 and emulator works normally. – Bud Damyanov Feb 02 '22 at 12:22
-
I have tried both on MacOSX 15.2.1 and Ubuntu 22.04 and I get the same problem, it won't open. – Randomize Feb 02 '22 at 20:24
-
4You should press shift 2 times to open search everything and type "Virtual Device Manager". This way you can open it – Milad Ahmadi Feb 03 '22 at 08:27
-
Visit https://stackoverflow.com/questions/70864465/why-device-manager-dont-open/70866555 – Prema Pandian Feb 05 '22 at 05:36
6 Answers
I still have the same problem with the Bumblebee version, but for now you can use the Search Everywhere
feature (you can access "Search Everywhere" by pressing double shift
) and type in
"Virtual Device Manager"
then it will works. This is a temporary solution for now.

- 381
- 4
- 10
Step 1: Select FILE (on the top left)
Step 2: Select PROJECT STRUCTURE (<Ctrl + Alt + Shift + S> on Windows/Linux).
Step 3: Select MODULES on the left under Project Settings.
Step 4: Hit the plus (+) button.
Step 5: Add ANDROID and hit OK Button.
Now you can open Device Manager

- 133
- 7
-
Thank you loads, you saved my day. Android Studio Bumblebee 2021.1.1 Patch 1 macOS Monterey 12.0.1 (Apple M1) – Gayan Pathirage Feb 21 '22 at 01:20
-
Android Studio Bumblebee 2021.1.1 Patch 1 Windows 10 Professional verified, for flutter project – http8086 Feb 22 '22 at 16:06
I had the same problem, found the solution to return the icon to the toolbar, where it's easy to use it.
I guess it happans to anyone who upgrades from prvious version.
The idea is just to replace the "old" device manager with the new device manager created in 2021.1.1.
- Right click the right side of the top toolbar and click the "Customize Menues and toolbars.
- In the "Menus and Toolbar" window expand "Main Toolbar"
- Expand "Android.MainToolBarActionGroup"
- Press the "+" button in the top and select "Add Action..."
- In the "Choose Action To Add" windows , search for "Virtual Device manager", select it and press OK.
- You will see the the new icon is added.
To make sure it's working you can press OK to close this window and return to Android Studio main screen.
Now, you should have 2 similar icons in the toolbar, only the bubbles will be different.
- The old is called "Device manager"
- The new one is called "Virtual Device Manager"
Make sure it really works and opens the new Device Manager.
Once it is working , you can go back to the toolbar manger and delete the old icon.
Folow setps 1-3 above
- Locate the "Android.RunAndroidAvdManager" item, select it and delete it by pressing the "-" button in the top of the screen.
- Close this window and return to main screen.

- 616
- 4
- 15
-
As stated in the other answer below, I also had to add the item to the "Navigation Bar Toolbar" instead of the "Main Toolbar" https://stackoverflow.com/a/71206640/6607383 – p0wl Jun 21 '22 at 06:43
I too met this problem temp solution this that which wrote Zaid Salam
My version Android Studio -> Bumblebee 2021.1.1 Patch 1
My OS -> macOS Monterey

- 50
- 7
If you cannot seem to be able to right-click the toolbar as Yahalom mentioned, go to View > Appearance and select Toolbar.
The toolbar will move and a big space will be available on the right to right-click.

- 91
- 1
- 3
As pointed out by the answer above, the update from an older version does not replace the button action correctly.
But to fix it for me (Android Studio on Linux), I had to edit the Navigation Bar Toolbar rather than the Main Toolbar. As the IntelliJ docs mention, the main toolbar is hidden by default.
(Could not comment on the original answer yet, so I had to create a separate response)

- 191
- 1
- 6