0

我已经在这几天了,我一直得到这个......

`[2012-09-24 18:31:32 - Emulator] Failed to create Context 0x3005
[2012-09-24 18:31:32 - Emulator] emulator: WARNING: Could not initialize OpenglES 
emulation, using software renderer.
[2012-09-24 18:31:32 - Emulator] could not get wglGetExtensionsStringARB
[2012-09-24 18:31:32 - Emulator] could not get wglGetExtensionsStringARB
[2012-09-24 18:31:32 - Emulator] could not get wglGetExtensionsStringARB
[2012-09-24 18:31:32 - Emulator] could not get wglGetExtensionsStringARB
[2012-09-24 18:31:32 - Emulator] could not get wglGetExtensionsStringARB
[2012-09-24 18:31:32 - Emulator] could not get wglGetExtensionsStringARB
[2012-09-24 18:31:32 - Emulator] could not get wglGetExtensionsStringARB
[2012-09-24 18:31:32 - Emulator] could not get wglGetExtensionsStringARB`

我已经更新到所有最新的工具、图像等。我还将 gpu 仿真检查为是,并尝试查看强制 gpu 强制渲染是否可以修复它。到目前为止什么都没有。其他一切正常。有任何想法吗?哦,我正在使用 Windows 8。这可能是问题所在吗?

4

1 回答 1

0

针对 API 级别 15 以下的 Android 模拟器不支持图形模拟,其中包括 OpenGL ES 2.0。

尝试以更高版本的 API 为目标,或使用支持图形加速的Genymotion模拟器之类的东西。

于 2013-12-18T19:16:33.727 回答