首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Android仿真程序“未能创建上下文0x3005”

Android仿真程序“未能创建上下文0x3005”
EN

Stack Overflow用户
提问于 2013-11-10 13:37:31
回答 2查看 8.7K关注 0票数 0

我在Eclipse中安装了一个项目,当我运行Android模拟器时,我得到了以下错误:

代码语言:javascript
复制
[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!

你能帮我解决这个问题吗?

EN

回答 2

Stack Overflow用户

发布于 2013-11-10 13:46:58

我曾经遇到过这个问题。我就是这样解决的:

  1. 开放式AVD管理器
  2. 选择您的模拟器
  3. 点击编辑
  4. 检查-使用主机GPU
票数 0
EN

Stack Overflow用户

发布于 2013-12-01 13:00:44

如果上面的解决方案不起作用,这意味着您的显卡没有驱动程序。我也有同样的问题。这个解决方案很简单。安装我的显卡Gforce 9600GT.的驱动程序

https://askubuntu.com/questions/172312/stuck-with-launching-new-emulator

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/19890351

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档