emulator: emulator window was out of view and was recentered

On Windows:

  • Check the path C:\Users\<username>\.android\avd\<avdname>.avd\ and open the file emulator-user.ini.

On Linux:

  • Open the emulator-user.ini file located at /home/<username>/.android/avd/<avdname>.avd/.

Then set the parameters as

window.x = 0
window.y = 0

Leave a Comment