The Android Emulator Is Out of View, How to Move It

The Android emulator is out of view, how can I move it?

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.

Android studio - the emulator is stacked outside of the screen

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.

Android emulator window top bar out of the screen

Press the Alt-Space keys and you should get the window with the option allowing you to move the emulator window. Then move it e.g. using keyboard arrows.
It works for me on Windows 7.

how to remove emulator from tool window android studio

go to File -> Setting -> tools -> Emulator and uncheck the checkbox (Launch in tool window) and apply changes. That's it. and restart your emulator

Android Studio Emulator in a Separate Window

In the second picture you have the emulator floated or windowed:

Sample Image

In order to get the emulator in a "separate" window go to Preferences -> Tools -> Emulator and uncheck Launch in a tool window:

Sample Image

Here is the documentation.

Android Emulator stuck

Use this path C:\Users\seng\.android\avd in this go to your Emulator folder which is Nexus_5_API_21.avd edit the file **emulator-user & set the window.x = 0 window.y = 0 or try with assigning your edits.
[Suggestions: window.x = 925 window.y = 61] .

Hope this helps!



Related Topics



Leave a reply



Submit