Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android studio - the emulator is stacked outside of the screen [duplicate]

My android emulator won't show the minimize or close button, It's stuck to the left of my screen and I can't drag it to the right or anywhere.

like image 731
Mergim Ujkani Avatar asked Mar 05 '15 09:03

Mergim Ujkani


People also ask

How do I resize an emulator?

Concerning the resizing, there are plenty of good answers here. But for moving the emulator window with the keyboard it is as easy as pressing [ALT] + [Spacebar] and move the window around with the arrows.

Why is my emulator not working Android studio?

If the Android Emulator does not start properly, this problem is often caused by problems with HAXM. HAXM issues are often the result of conflicts with other virtualization technologies, incorrect settings, or an out-of-date HAXM driver. Try reinstalling the HAXM driver, using the steps detailed in Installing HAXM.

How do I open an Android emulator in a separate window?

If you run it before opening any project then you will get a separate window emulator as it looks earlier. It will behave like a separate application. If you close the Android studio also it will remain open. You can close it manually.


5 Answers

have you tried moving it with the keyboard? if you're using Windows -

Press ALT+SPACE+M together. You are now in Move mode. You might have to use the arrows UP, DOWN, LEFT, RIGHT to move your window.

press Enter to exit Move mode.

like image 109
Aviram Netanel Avatar answered Oct 14 '22 06:10

Aviram Netanel


Press ALT + SPACE + M and move the windows by press UP, DOWN, LEFT, RIGHT and it will work.

Have fun ;)

like image 33
Szabi Zsoldos Avatar answered Oct 14 '22 04:10

Szabi Zsoldos


Press ALT+spacebar then release and press m to get into Move mode. Use the arrow keys to move the window. Press Enter to exit Move mode.

like image 40
Gary Barton Avatar answered Oct 14 '22 04:10

Gary Barton


sleepless is correct and it worked for me. I have Windows 8.1

  1. go to your users folder.
  2. go to /.android
  3. go to /avd
  4. go to /[emulator].avd
  5. edit emulator-user.ini change the y to 10 or more and save.

To resize the emulator while running:

  1. go to Control Panel

  2. Click on Programs

  3. Click on Turn Windows features on or off

  4. check Telnet Client and Telnet Server. hit 'OK'

  5. Run -> cmd

  6. type 'cd\'

  7. type 'telnet localhost 5554'

  8. type 'help' to get a list of commands

  9. type 'window scale .3' or .2 or whatever size you want and close

Thanks to E Angkor

like image 1
timmyt123 Avatar answered Oct 14 '22 04:10

timmyt123


No above option work for me.But while i trying that my whole scree orient portail in windows 7.When i switch it back emulator automatically orient correctly.Actually short cut rotate screen in window is ALT + CTRL + ARROW KEYS in my system.

like image 1
sachithkn Avatar answered Oct 14 '22 06:10

sachithkn