一万年来谁著史,三千里外欲封侯。这篇文章主要讲述“无法为Android模拟器创建上下文0x3005”相关的知识,希望能为你提供帮助。
【“无法为Android模拟器创建上下文0x3005”】我在Eclipse中安装了一个项目,当我运行android模拟器时,我收到此错误:
[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!
你能帮我解决这个问题吗?
答案我曾经遇到过这个问题。这就是我解决它的方式:
- 打开AVD Manager
- 选择你的模拟器
- 点击编辑
- 检查 - 使用主机GPU
https://askubuntu.com/questions/172312/stuck-with-launching-new-emulator
推荐阅读
- 将eclipse项目迁移到android studio会显示安装错误
- 解决错误:: revoked permission android.permission.CALL_PHONE
- 如何使用buildship for android()
- Android(从网格视图中获取价值)
- 在android中夸大类android.support.design.widget.CollapsingToolbarLayout的错误
- 在Android中的旋转木马
- 我如何使Figma API与Google App脚本API一起使用()
- 在循环中使用Realm或在Android中插入列表
- Android - 线程问题(按钮中的随机字符切换,直到单击按钮)