Home > Blockchain >  How to change android studio emulator view mode
How to change android studio emulator view mode

Time:05-19

Emulator is run directly in Android Studio after updating to bumblebee and after it to chipmunk . As shown in bellow image there are 5 options in view mode for changing it.

enter image description here

I tried all but any of them doesn't show emulator stand alone like old versions. Some options show emulator inside a window. I want to see emulator like this without any window:

enter image description here

Any help is appreciated in advance.

CodePudding user response:

File -> Settings -> Tools -> Emulator -> Uncheck Launch in a tool window, Click ok.
For me, restarting the IDE was required too.

CodePudding user response:

View Mode > Window Does Work See screenshot

  • Related