Why Device Manager don't open?

AndroidFlutterAndroid Studio

Android Problem Overview


I'm working on the Flutter project. After I updated the version of the Android Studio when I click on the device manager to open my devices it doesn't show. I don't know what should I do?

At the first image it's gif image to explain what I mean.

enter image description here

I put the second image to show current version (Bumblebee).

enter image description here

Android Solutions


Solution 1 - Android

IntelliJ (Android Studio) wants to know what kind of project you have to show the right menus.

  1. click left in file tree on the root node (project name)
  2. MENU -> FILE -> PROJECT STRUCTURE
  3. select left MODULES
  4. hit + button to add ANDROID
  5. hit OK Button
  6. top of the root node (project name) select PROJECT... to see your old view

Solution 2 - Android

press shift 2 times to open search everything and type "Virtual Device Manager".

Solution 3 - Android

I also face this issue with new Update of Android studio. So i just got a solution..

Go to the Search icon on the top of Right Corner or Press Shift Button twice to open a Search window. And Search Virtual Device Manager then you will eaisly got your Device Manager.

Solution 4 - Android

Android studio no android module

Please check whether your flutter project is creating Android module by clicking left side of the android studio. Also try another SDK location or try renaming it. Do not delete the previous sdk since it seems it creates some issue while opening the device manager.

Solution 5 - Android

I think there is a problem related to the button that opens the device manager because it opens when you search with "Virtual Device Manager".

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionEmad AmienView Question on Stackoverflow
Solution 1 - AndroidMaurice RaguseView Answer on Stackoverflow
Solution 2 - AndroidsianamiView Answer on Stackoverflow
Solution 3 - AndroidAshutosh KumarView Answer on Stackoverflow
Solution 4 - AndroidNano RootView Answer on Stackoverflow
Solution 5 - AndroidYounes BeloucheView Answer on Stackoverflow