'"Failed to create Context 0x3005" for Android Emulator
I installed a project in Eclipse and when I run Android emulator I get this error:
[2013-11-10 17:19:16 - Emulator] Failed to create Context 0x3005
[2013-11-10 17:19:16 - Emulator] emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
[2013-11-10 17:19:16 - Emulator] could not get wglGetExtensionsStringARB
[2013-11-10 17:19:16 - Emulator] could not get wglGetExtensionsStringARB
[2013-11-10 17:19:16 - Emulator] could not get wglGetExtensionsStringARB
[2013-11-10 17:19:16 - Emulator] could not get wglGetExtensionsStringARB
[2013-11-10 17:19:16 - Emulator] could not get wglGetExtensionsStringARB
[2013-11-10 17:19:16 - Emulator] could not get wglGetExtensionsStringARB
[2013-11-10 17:19:16 - Emulator] could not get wglGetExtensionsStringARB
[2013-11-10 17:19:16 - Emulator] could not get wglGetExtensionsStringARB
[2013-11-10 17:19:17 - MyNEWapp] New emulator found: emulator-5554
[2013-11-10 17:19:17 - MyNEWapp] Waiting for HOME ('android.process.acore') to be launched...
[2013-11-10 17:25:36 - MyNEWapp] HOME is up on device 'emulator-5554'
[2013-11-10 17:25:36 - MyNEWapp] Uploading MyNEWapp.apk onto device 'emulator-5554'
[2013-11-10 17:25:40 - MyNEWapp] Installing MyNEWapp.apk...
[2013-11-10 17:27:52 - MyNEWapp] Failed to install MyNEWapp.apk on device 'emulator-5554!
[2013-11-10 17:27:52 - MyNEWapp] (null)
[2013-11-10 17:27:53 - MyNEWapp] Launch canceled!
Can you help me to resolve this problem?
Solution 1:[1]
I've had this problem once. This is how I solved it:
- Open AVD Manager
- Select your emulator
- Click on edit
- Check - Use Host GPU
Solution 2:[2]
If the above solution does not work it means there are no drivers for your graphics card . I had exactly the same problem. The solution was quite simple. Install the driver for my video card Gforce 9600GT.
https://askubuntu.com/questions/172312/stuck-with-launching-new-emulator
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Anirudh |
Solution 2 | Community |