Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/226.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/database/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 仿真器错误-打开HAX设备失败_Android_Android Emulator - Fatal编程技术网

Android 仿真器错误-打开HAX设备失败

Android 仿真器错误-打开HAX设备失败,android,android-emulator,Android,Android Emulator,我的Android emulator没有启动我的应用程序。Emulator可以完美启动,但无法启动应用程序。我在启动模拟器时遇到了以下一系列错误 如何解决这些问题 Failed to create Context 0x3005 emulator: WARNING: Could not initialize OpenglES emulation, using software renderer. Data partition already in use. Changes will not per

我的Android emulator没有启动我的应用程序。Emulator可以完美启动,但无法启动应用程序。我在启动模拟器时遇到了以下一系列错误

如何解决这些问题

Failed to create Context 0x3005
emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
Data partition already in use. Changes will not persist!
Cache partition already in use. Changes will not persist!
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
could not get wglGetExtensionsStringARB
HAX is not working and emulator runs in emulation mode
emulator: Failed to open the HAX device!
Failed to allocate memory: 1455
emulator: Open HAX device failed
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
我的模拟器设置:

  • 设备:3.7WVGA
  • 目标:安卓4.2.2(API 17)
  • CPU:Intel Atom(x86)
  • 内存:512
  • 虚拟机堆:32

    • 这可能是因为缺少图形卡驱动程序。您的警告表明这是OpenGL ES仿真的一个问题。确保在创建AVD时单击“使用主机GPU”选项。还要为您的视频卡安装驱动程序


      可能重复的我想您正在尝试运行基于x86的模拟器。只需下载Android SDK管理器的Extras类别下的HAXM。我已经下载了Extras类别下的HAXM。但从那时起,我的EclipseIDE就不工作了……(每当我试图打开它时,它都会被安卓SDK内容加载器卡住(0%)