Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

emulator: emulator window was out of view and was recentered

After starting the android emulator I receive this warning:

emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
emulator: emulator window was out of view and was recentered

After this warning emulator is displayed without keyboard even I select the both checkbox "Hardware keyboard present" and "Display a skin with hardware controls"

like image 764
user2118445 Avatar asked Mar 27 '13 05:03

user2118445


2 Answers

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
like image 128
i.n.e.f Avatar answered Oct 11 '22 07:10

i.n.e.f


The alt-space trick works for me on Win7. First click the emulator (to make the window active). The alt-space. Choose "move". The 4-arrow pointer shows now, but won't work. However, use the keyboard to start moving it around. Once moved by using the keyboard, you can drag it across the screen with your mouse. Thanks for the tip!

like image 25
Guiovanni Jules Avatar answered Oct 11 '22 07:10

Guiovanni Jules