Reputation: 81
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?
Upvotes: 8
Views: 12694
Reputation: 380
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.
Upvotes: 28
Reputation: 469
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)
Upvotes: 1
Reputation: 133
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
Upvotes: 12
Reputation: 121
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.
Upvotes: 1
Reputation: 724
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.
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.
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
Upvotes: 11
Reputation: 23
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
Upvotes: 1