I have a map application in Android and am testing this app on Android emulator. The problem is that when I run the application it crashes with console output:
[2012-07-09 10:16:32 - Emulator] could not get wglGetExtensionsStringARB
I don’t understand what the issue is. What is the cause of this error? And can anyone suggest how to resolve it?
Perhaps, your app requires OpenGL 2.0, emulator didn’t support it until recently. If so, check this Android OpenGL ES 2.0 emulator