android - 无法运行 Android 模拟器,因为无法在 Windows 7 中初始化模拟的 framebufferHAX

标签 android android-emulator

我正在使用 Google map Activity 并添加了一些依赖项以在模拟器上显示 map 。

我收到以下错误:

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,但没有帮助。

模拟器显示一毫秒然后再次消失,我以这条消息结束。

最佳答案

是因为显卡驱动没有正常工作或者与模拟器屏幕显示分辨率不兼容。

因此,只需更新您的 Windows 驱动程序并重新启动系统,将您的显示器或屏幕保持在最高分辨率,然后启动您的 Android Studio 即可正常工作。只需谷歌一下如何更新您的视频驱动程序或显示驱动程序,您就可以继续了。

关于android - 无法运行 Android 模拟器,因为无法在 Windows 7 中初始化模拟的 framebufferHAX,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28869640/

相关文章:

android - 如何在 Android Studio 3.0 中摇动 Android Emulator 设备?

android - Android JSON 序列化器

java - 使用 android pdf writer lib 对元音变音进行编码

android - Sugar ORM每次单元测试都需要保存记录?

linux - Android SDK 网络浏览器

android - Gone FAB 有一段时间变得可见

java - 简单 XML 的自定义转换器未从 xml 序列化为 java 对象

android - 我可以创建一个新的 SensorEvent 对象来测试 onSensorChanged() 函数吗?

android-studio - Android Studio 2.3 Ubuntu 16.10 模拟器不启动