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.
-
5Change the default values Best solution: http://stackoverflow.com/questions/11572485/the-android-emulator-is-out-of-view-how-can-i-move-it – Keith Nov 30 '15 at 14:36
-
2022 Android Studio Dolphin: Run Emulator > Click Settings Icon (Top-Right) > View Mode > Window > Done! – canerkaseler Nov 15 '22 at 20:48
7 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.

- 12,633
- 9
- 45
- 69
-
Aviram just tried it, nothing happened just stays like this http://prntscr.com/6cxgqi – Mergim Ujkani Mar 05 '15 at 10:01
-
sorry it didn't help. I would recommend adding a screenshot to the question. (it didn't opened for me) – Aviram Netanel Mar 05 '15 at 10:04
-
1Another program started when i pressed Alt + space in the background, just changed the Hotkey for that program then I was able to move the emulator perfectly Thanks Aviram :) – Mergim Ujkani Mar 05 '15 at 19:26
Press ALT + SPACE + M and move the windows by press UP, DOWN, LEFT, RIGHT and it will work.
Have fun ;)

- 351
- 6
- 17
-
Thank you so much for solving such a crazy situation... This is Google we are talking about and yet such a frustrating situation... ALT + Space + M and then just arrows... too easy – subcan Jun 07 '15 at 07:10
-
Yes, who knows why this is left out of their solving objectives? :) – Szabi Zsoldos Jun 08 '15 at 07:21
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.

- 41
- 1
sleepless is correct and it worked for me. I have Windows 8.1
- go to your users folder.
- go to /.android
- go to /avd
- go to /[emulator].avd
- edit emulator-user.ini change the y to 10 or more and save.
To resize the emulator while running:
go to Control Panel
Click on Programs
Click on Turn Windows features on or off
check Telnet Client and Telnet Server. hit 'OK'
Run -> cmd
type 'cd\'
type 'telnet localhost 5554'
type 'help' to get a list of commands
type 'window scale .3' or .2 or whatever size you want and close
Thanks to E Angkor

- 401
- 5
- 8
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.

- 457
- 1
- 4
- 13
There are two approaches: 1. remove the emulator-user.ini file under the .avd/ folder or the $HOME/.android/ folder and try again; 2. change the values of x and y in the above file to be >= 10
ALT+spacebar and then "Agrandir pour remplir le bureau" in french "Zoom to fill the office" worked for me.

- 192
- 1
- 10
-
Following the steps allowed me to move the nexus 5 window to access top content – Kilowog May 19 '15 at 15:04