I have windows7 64-bit, Eclipse IDE for Java Developers (JUNO ) for Windows 64 bit, and the updated and installed Android SDK for windows.
After installing the Eclipse and download through the help tab the needed android developer tool, I've unzippe the Android SDK for Windows, opened the SDK manager and installed:
- Android SDK tool.
- Android SDK platform tools
- Android 2.2 (API 8) - all the folder
- All the Extra folder.
After that I've opened the AVD manager and created a new AVD with the API 8 on with Nexus 7 (I've tried all of them ). When I'm trying to start the AVD through the AVD manager this is what i get:
Starting emulator for AVD 'droidX'
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
And I get the same in Eclipse of course. I couldn't find an answer to that. I even tried to download every update Windows have because I read it helped someone.