0

我在 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!

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

4

2 回答 2

0

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

  1. 打开 AVD 管理器
  2. 选择你的模拟器
  3. 点击编辑
  4. 检查 - 使用主机 GPU
于 2013-11-10T13:46:58.267 回答
0

如果上述解决方案不起作用,则表示您的显卡没有驱动程序。我有完全相同的问题。 解决方案非常简单。为我的显卡 Gforce 9600GT 安装驱动程序。

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

于 2013-12-01T13:00:44.360 回答