Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 732
animekun Avatar asked Mar 23 '15 23:03

animekun


2 Answers

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.

like image 136
user4744004 Avatar answered Sep 30 '22 15:09

user4744004


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.

like image 24
Thomas Avatar answered Sep 30 '22 13:09

Thomas