Home > other >  Open the Emulator in a different window after Android Studio Bumblebee (2021.1.1) update
Open the Emulator in a different window after Android Studio Bumblebee (2021.1.1) update

Time:05-20

The emulator is built-in the Android Studio UI by default after updating to the Bumblebee (2021.1.1) version.
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 older versions.

I want to see emulator like this without any window:

enter image description here

How can I achieve this behavior like in the older versions?

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