0

I am new to Android. I have downloaded the ADT Bundle for windows from android's official site, and then as per their directions I followed all the steps, But when I launch the AVD using Eclipse then in the starting popup I am getting this log

Starting emulator for AVD 'TestAVD'
Failed to create Context 0x3005
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: warning: opening audio output failed

and then even I waited for hours to boot the emulator, but it is not booting up. I am not getting, where I am making mistake. Please help me.

Pramod
  • 2,828
  • 6
  • 31
  • 40
  • refer to this - http://stackoverflow.com/questions/8941016/android-opengl-es-2-0-emulator/8948724#8948724 – Anukool Jan 30 '13 at 05:53
  • Try to scale down your emulator according to your screen size and monitor dpi. Also give a look at http://stackoverflow.com/questions/11407501/android-emulator-could-not-get-wglgetextensionsstringarb-error – Vikalp Patel Jan 30 '13 at 05:55
  • I tried it but still giving same error – Pramod Jan 30 '13 at 06:32

1 Answers1

0

According to

Issue 41032 Emulator Failed to create Context 0x3005 you are assigning ram than 512 try to reduce the Ram and then run the AVD it will work

Usman Kurd
  • 7,212
  • 7
  • 57
  • 86