0

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?

tripleee
  • 175,061
  • 34
  • 275
  • 318
user1505962
  • 61
  • 1
  • 8
  • 1
    Try this link: http://stackoverflow.com/questions/10576996/how-do-i-run-the-android-emulator-after-a-build – AkashG Jul 09 '12 at 05:25

1 Answers1

0

Perhaps, your app requires OpenGL 2.0, emulator didn't support it until recently. If so, check this Android OpenGL ES 2.0 emulator

Community
  • 1
  • 1
Alexander Kulyakhtin
  • 47,782
  • 38
  • 107
  • 158