I've been at this for days, and I keep getting this...
`[2012-09-24 18:31:32 - Emulator] Failed to create Context 0x3005
[2012-09-24 18:31:32 - Emulator] emulator: WARNING: Could not initialize OpenglES
emulation, using software renderer.
[2012-09-24 18:31:32 - Emulator] could not get wglGetExtensionsStringARB
[2012-09-24 18:31:32 - Emulator] could not get wglGetExtensionsStringARB
[2012-09-24 18:31:32 - Emulator] could not get wglGetExtensionsStringARB
[2012-09-24 18:31:32 - Emulator] could not get wglGetExtensionsStringARB
[2012-09-24 18:31:32 - Emulator] could not get wglGetExtensionsStringARB
[2012-09-24 18:31:32 - Emulator] could not get wglGetExtensionsStringARB
[2012-09-24 18:31:32 - Emulator] could not get wglGetExtensionsStringARB
[2012-09-24 18:31:32 - Emulator] could not get wglGetExtensionsStringARB`
I already updated to all the latest tools, images, etc. I also checked the gpu emulation to yes, and I tried to see if force gpu force rendering would fix it. So far nothing. Everything else works normally. Any ideas? Oh, and I'm using windows 8. Could that be the problem?
Android emulators targeted below API level 15 don't support graphics emulation, which includes OpenGL ES 2.0.
Try targeting a later API, or using something like the Genymotion emulator, which supports graphics acceleration.
Related
I used the ARM based CPU.
I get the following Error message:
Starting emulator for AVD 'AVD_for_Nexus_One_by_Google'
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
I have used the platform 4.2.2 API level 10.
i have used 768Mb of Ram.
Please Help me !!!
Do you have all the SDKs and necessary AVD files installed?
I tried to create an emulator for Samsung Galaxy S4,but I am getting the following error.
I searched in SO but didnt find any solution.
Starting emulator for AVD 'AVD_for_Galaxys4'
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
As far as emulators go genymotion is the best around.
I strongly recommend using that instead of built in emulators.
I just installed the SDK for android and whenever I create a device in emulator, when i click start, i get the below error.
RAM 512
Device Nexus
Starting emulator for AVD 'blah'
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
I am on Windows 8.
Starting emulator for AVD 'AVD_for_Nexus_S_by_Google'
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: emulator window was out of view and was recentered
// I read many post and I have done all the things like ram increase and decrease,Use Host GPU uncheck,reinstall all the things
//But I don't understand that what is the exact problem.
I have all the SDKs updated and all necessary components installed. My code does not have any error but whenever I launch any Android application in the emulator, I get the following error in the console. After that the emulator works normally and the application runs perfectly.
Error :
[2012-10-21 21:50:57 - MushTouch] ------------------------------
[2012-10-21 21:50:57 - MushTouch] Android Launch!
[2012-10-21 21:50:57 - MushTouch] adb is running normally.
[2012-10-21 21:50:57 - MushTouch] Performing swayam.dev.mushtouch.MushTouchActivity activity launch
[2012-10-21 21:50:57 - MushTouch] Automatic Target Mode: Preferred AVD 'Tablet_4.1' is not available. Launching new emulator.
[2012-10-21 21:50:57 - MushTouch] Launching a new emulator with Virtual Device 'Tablet_4.1'
[2012-10-21 21:50:58 - Emulator] Failed to create Context 0x3005
[2012-10-21 21:50:58 - Emulator] emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
[2012-10-21 21:50:58 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-21 21:50:58 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-21 21:50:58 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-21 21:50:58 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-21 21:50:58 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-21 21:50:58 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-21 21:50:58 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-21 21:50:58 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-21 21:50:58 - MushTouch] New emulator found: emulator-5554
[2012-10-21 21:50:58 - MushTouch] Waiting for HOME ('android.process.acore') to be launched...
After this, everything works perfectly. I know that this is not much of an hindrance to the application development as everything runs normally after this, but still I would like to know the reason behind this error. Am I missing any components ? Does my system not support anything ? What could be the possible reasons for the error ?
My development environment :
Windows 7 Ultimate 32 Bit,
Eclispe Juno,
JDK 1.6 and 1.7
Thanks!