无法 运行 Android 模拟器,因为无法在 Windows 7 中初始化模拟的 framebufferHAX
Could not run Android emulator as could not initialize emulated framebufferHAX in Windows 7
我正在使用 Google 地图 activity 并添加了一些依赖项以在模拟器上显示地图。
我收到以下错误:
C:\Users\root\AppData\Local\Android\sdk\tools\emulator.exe -netdelay none -netspeed full -avd Nexus_One_API_21
Failed to create Context 0x3005
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
could not get wglGetExtensionsStringARB
emulator: device fd:524
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
Could not initialize emulated framebufferHAX is working and emulator runs in fast virt mode
ERROR: Could not create renderer: Couldn't find matching render driver
我重新安装了所有插件和 SDK,但没有用。
模拟器显示一毫秒后又消失,最后我得到了这条消息。
GenyMotion 或 Andy 或 BlueStacks 也需要 VT-x 支持。为慢速模拟器尝试一个较旧的 API SDK..:-(
是显卡驱动不正常或与模拟器屏幕显示分辨率不兼容造成的。
因此只需更新 windows 驱动程序并重新启动系统,将显示器或屏幕保持在最高分辨率,然后启动 Android Studio 即可正常工作。只要 Google 如何更新您的视频驱动程序或显示驱动程序,您就可以继续了。
当您在远程桌面上工作时,断开并重新连接到主机会有所帮助。
我正在使用 Google 地图 activity 并添加了一些依赖项以在模拟器上显示地图。
我收到以下错误:
C:\Users\root\AppData\Local\Android\sdk\tools\emulator.exe -netdelay none -netspeed full -avd Nexus_One_API_21
Failed to create Context 0x3005
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
could not get wglGetExtensionsStringARB
emulator: device fd:524
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
Could not initialize emulated framebufferHAX is working and emulator runs in fast virt mode
ERROR: Could not create renderer: Couldn't find matching render driver
我重新安装了所有插件和 SDK,但没有用。
模拟器显示一毫秒后又消失,最后我得到了这条消息。
GenyMotion 或 Andy 或 BlueStacks 也需要 VT-x 支持。为慢速模拟器尝试一个较旧的 API SDK..:-(
是显卡驱动不正常或与模拟器屏幕显示分辨率不兼容造成的。
因此只需更新 windows 驱动程序并重新启动系统,将显示器或屏幕保持在最高分辨率,然后启动 Android Studio 即可正常工作。只要 Google 如何更新您的视频驱动程序或显示驱动程序,您就可以继续了。
当您在远程桌面上工作时,断开并重新连接到主机会有所帮助。