Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android emulator: could not get wglGetExtensionsStringARB error

I am getting this error in the android emulator logs since I updated the SDKManager and ADT:

[2012-07-10 15:51:23 - Emulator] could not get wglGetExtensionsStringARB

What does it mean? And is there anything I can do about it?

like image 494
Teererai Marange Avatar asked Jul 10 '12 06:07

Teererai Marange


2 Answers

I faced the similar problem. In my case I had created the new virtual device and had enabled the snapshot. I just unchecked the checkbox Go to AVD Manager -> Select the device -> click Edit and uncheck the Enabled checkbox. I hope this works.

like image 159
Prabhakar Avatar answered Sep 29 '22 16:09

Prabhakar


When you create the emulator, you need to choose properties CPU/ABI is Intel Atom (installed it in SDK manager )

like image 34
Hoang Nguyen Avatar answered Sep 29 '22 14:09

Hoang Nguyen