Home > database >  How open the emulator on Android studio with the old way ? (Before bumblebee)
How open the emulator on Android studio with the old way ? (Before bumblebee)

Time:02-10

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

CodePudding user response:

You have the option to move the emulator to an external window. Just go to the three dots and first click on "View Mode".

CodePudding user response:

To run the emulator in a separate window instead

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

  • Related