Home > Net >  Why Device Manager don't open?
Why Device Manager don't open?

Time:01-27

Guys I'm working on the flutter project and after I updated the version of the android studio when I click on the device manager to open my devices it didn't show up I don't know what should do?

Edit I put This Image To Show Current Version (bumblebee)

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

enter image description here

enter image description here

CodePudding user response:

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

CodePudding user response:

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

  •  Tags:  
  • Related