animekun
animekun

Reputation: 1869

Android Emulator has no window frame

enter image description here

I'm new to android developing and have an issue with android emulator, it has no window frame! I can't move it over my screen or move to second monitor, it is freaking me out! I tried to google it out, but found no solution, can anyone tell me how can I fix that?

setting of avd

Upvotes: 11

Views: 4993

Answers (3)

ruben-xe
ruben-xe

Reputation: 21

just go to Android device manager and edit your device, uncheck the device frame checkbox, and it will solve your problem.

Upvotes: 2

Thomas
Thomas

Reputation: 1508

There is a nice workaround: open the window context menu by pressing alt+space. Then select 'move' and move the window with the arrow keys.

Upvotes: 9

user4744004
user4744004

Reputation: 121

I had same problem. There is a frame. It just launches outside the screen and you can't grab it.

"Simple" solution: Start the emulator and then right click on the Windows taskbar and hit "Cascade Windows". That will move the emulator window down low enough to grab the Windows frame.

Upvotes: 12

Related Questions