'How open the emulator on Android studio with the old way ? (Before bumblebee)

In bumblebee version of android studio the emulator is display like in the screen. I cannot move it on an other screen of something like that.

In the old way the emulator was detached from the ide.

How can I get the view of the old way with bumblebee version ?

enter image description here

EDIT : I don't have access to "View Mode" when clicking on three Dots

enter image description here



Solution 1:[1]

To run the emulator in a separate window

Windows OS (Answered by Per.J: https://stackoverflow.com/a/70923615/3057112)

File > Settings > Tools > Emulator and deselect Launch in a tool window.

Mac OS

Android Studio > Preferences > Tools > Emulator and deselect Launch in a tool window.

Official Ref : https://developer.android.com/studio/run/emulator#run-emulator-studio

Solution 2:[2]

File > Settings > Tools > Emulator and deselect Launch in a tool window.

For Windows

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1
Solution 2