Home > front end >  Android Studio Emulator in a Separate Window
Android Studio Emulator in a Separate Window

Time:02-04

I'm having a problem with my Android Studio. This is the first time that I installed Android Studio. The problem is that when I install any devices it comes up with a grey background around the device or the emulator, I don't know if it has any thing to do with the latest Android Studio version, cause I have updated it, and the toolbar is at the top of the emulator instead of being at the top right of the device.

The first picture is how I want to be, and the second picture is what appears when I open Android Studio and run my app on the device (emulator).

First Image Second Image this is Device frame it is checked, but when the device is created, it automatically will be unchecked like the second imageThis is what I talk about Now it is unchecked Automatically!! Device Frame

Please help me out, I really need to fix this emulator screen. 2- the second problem is that I checked the device frame, but it doesn't show on the emulator, it is like it is unchecked.

CodePudding user response:

In the second picture you have the emulator floated or windowed:

enter image description here

In order to get the emulator in a "separate" window go to Preferences -> Tools -> Emulator and uncheck Launch in a tool window:

enter image description here

Here is the documentation.

  •  Tags:  
  • Related