【发布时间】:2012-09-01 22:36:02
【问题描述】:
实际上,我在 Eclipse 中的 Android 应用程序有问题。当我运行我的程序时,它会给我一条消息,其中包含许多错误。 因此,我将它们复制并粘贴在这里,以向您展示模拟器的确切问题。有什么想法吗?
Starting emulator for AVD
Failed to create Context 0x3005
could not get wglGetExtensionsStringARB
emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
【问题讨论】:
-
也出现此错误。我正在尝试启动 Android 4.0.3 模拟器 - 没用。
-
模拟器是启动还是崩溃?如果它崩溃了,是所有的错误还是你也得到一个“分配内存失败”的错误?如果是这样,这似乎是一个谷歌错误和一些修复:stackoverflow.com/questions/7222906/failed-to-allocate-memory-8
-
我得到了确切的问题。你有没有解决它?
标签: opengl-es android-emulator avd