When I open my emulators they are always mostly off screen to the left Like so:
It's frustrating not to be able to have them open somewhere in the centre of the screen like so:
There are these questions:
- positioning starting location of Android Virtual Device
- Android Studio 1.2 Emulator fits to one end of the screen and not moving
- Android Studio AVD screen is in wrong position
- Android emulator position is always in 0 0 on screen after Android Studio installation
- Emulator Window Out of view in Android Studio
- The Android emulator is out of view, how can I move it?
None of those questions' answers work for me to set the default start position. I've also tried exploring the AVD settings, and this:
open the file emulator-user.ini and set window.x and window.y to 0.
window.x = 0 window.y = 0
In fact I have tried altering many of the files in the .android/avd/<image name>
to see if would make a difference.
I understand how to move the emulator once it has started. I do not want to resize the emulator.
In short, is there a way to change the default start up position of the emulator on the screen?