skip to Main Content

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

2

Answers


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

    For Windows

    Login or Signup to reply.
  2. 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

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search