Having emulator problems - just started

fdx12345

Active Member
Licensed User
Longtime User
Wen I run the AVD manager and start the emulator, I get the following error:

Starting emulator for AVD 'API_10_3.7'
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

I have reloaded B4a but still get the same problem. Any ideas as to what is wrong?

Bill
 

fdx12345

Active Member
Licensed User
Longtime User
Delete AVD

I deleted the avd and created a new one. Same error showing up. I also re-loaded B4a.

Bill
 
Upvote 0

margret

Well-Known Member
Licensed User
Longtime User
B4A has nothing to do with the AVD or the Android SDK. B4A just uses the installed Android SDK and it starts the AVD Manager. The issue will be in the SDK it's self or in your operating system. If you have not done so, I would shut down and reboot your PC. Then try again. You may also start the Android SDK Manager and look and see if every thing looks normal in the installed/update panel.

You can also try the "Wipe User Data" checkbox when starting the Emulator.
 
Last edited:
Upvote 0
Top