12

Actually I have a problem with my Android application in eclipse. When I run my program, it gives me a message which is concluded of many errors. So I copied and pasted them here to show you what is the exact problem with the emulator. Any ideas?

Starting emulator for AVD 
Failed to create Context 0x3005
could not get wglGetExtensionsStringARB
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
Peter O.
  • 32,158
  • 14
  • 82
  • 96
user1656204
  • 131
  • 1
  • 3
  • 7
  • Get this error too. I'm trying to launch Android 4.0.3 emulator - useless. – azizbekian Sep 15 '12 at 09:43
  • Is the emulator starting anyway or crashing? If it's crashing, is that all the errors or do you get a 'Failed to allocate memory' error as well? If so, it seems to be a Google bug and some fixes here: http://stackoverflow.com/questions/7222906/failed-to-allocate-memory-8 – georgiecasey Sep 24 '12 at 18:05
  • I am getting the exact problem. Did you fix it somehow? – Adil Malik Nov 01 '12 at 15:04

5 Answers5

6

Try setting the RAM to 512 Mb. It worked for me.

jhoanna
  • 1,797
  • 25
  • 25
1

It may be too late to answer this question,but I solved the problem (could not get wglGetExtensionsStringARB) by installing the latest version of my graphics (video) driver. also from device properties, I have checked 'use host GPU' option. it is working now with the following settings:
settings for virtual device

houssam
  • 1,823
  • 15
  • 27
1

Try updating your graphic card driver

mike
  • 11
  • 1
0

Graphics acceleration for the emulator takes advantage of your development computer's graphics hardware, specifically its graphics processing unit (GPU), to make screen drawing faster. To use the graphics acceleration feature, you must have the following versions of the Android development tools installed:

Android SDK Tools, Revision 17 or higher
Android SDK Platform API 15, Revision 3 or higher

Please check this link http://developer.android.com/tools/devices/emulator.html#acceleration

Kirit Vaghela
  • 12,572
  • 4
  • 76
  • 80
0

This is slightly edge case but my emulator started fine when I was physically at the computer that ran it but when I remoted into that computer (via RDP) and attempted to start the emulator, it failed with these errors.

I believe this is a limitation with the emulator software over remote connections because I went to the physical location of the computer and started the emulator and it worked fine.

Reuben Tanner
  • 5,229
  • 3
  • 31
  • 46