运行 Android 模拟器时如何修复 GPU 驱动程序问题错误

Maa*_*asi 5 java android android-emulator android-studio android-studio-2.3

几周前,我的 android 模拟器运行良好,但现在出现错误。当我运行代码时,GPU 驱动程序问题错误对话框与模拟器一起弹出。当我单击“确定”时,android 模拟器没有按预期运行应用程序。

错误如下:

Your GPU driver information: ... Some users have experienced emulator stability issues with this driver version. As a result, we're selecting a compatibility renderer. Please check with your manufacturer to see if there is an updated driver available.

这是错误的截图,然后是点击“确定”的结果截图:

运行 Android 模拟器时 GPU 驱动程序问题错误

GPU 驱动程序问题在模拟器中停止 Android 应用程序时出错

Ran*_*rms 1

我最近也遇到了这个问题。我通过更新 Android Studio 中的模拟器和相关文件解决了这个问题。我相信您可以通过在 Android Studio 中单击“帮助”->“检查更新”,然后让它安装所有更新来完成此操作。

您可能需要检查“Beta 通道”(默认情况下通常是“稳定通道”)的更新。您可以通过单击“文件”->“设置”->“外观和行为”->“系统设置”->“更新”并确保选中“自动检查更新”框以及下拉列表中的“Beta 通道”来执行此操作。

Android Studio 更新设置以修复模拟器的 GPU 驱动程序问题

全部完成后,尝试重新启动 Android Studio,然后对项目进行全新的清理/重建。

更深入的信息在这里:https ://developer.android.com/studio/intro/update.html