I used an additional display with my laptop and moved the Android emulator there. It seems to remember the location even if the display is not connected anymore.
Is there any way to reset the position of the window so it becomes visible again?
With Android Studio 2 now you can resize your window simply by dragging a corner.
Alt+Enter is the keyboard shortcut to toggle full screen mode in the emulator, just do it again to exit full screen.
Run your app on the emulator After you have created an Android Virtual Device (AVD), you can start the Android Emulator and run an app in your project: In the toolbar, select the AVD that you want to run your app on from the target device drop-down menu. Click Run.
You can use this Method for moving any window that is off the screen in a windows environment.
This is far easier than editing any files.
more exactly from your home directory
(on Linux: $HOME/
on Windows: C:\Users\<your user>
) go into
.android/avd/<image name>
open the file emulator-user.ini and set window.x and window.y to 0.
window.x = 0 window.y = 0
If you don't see the hidden dir .android
on Linux press Ctrl+H
and from Windows select View>Options>View (Tab) and select "Show hidden files"
EDIT:
If the file emulator-user.ini doesn't exist, close the emulator window, then check the avd directory again. This is because emulator-user.ini is generated after the first run of the emulator.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With