Android Studio AVD 错误启动

标签 android android-studio avd

我在我的 Ubuntu 15.10 PC 上下载了 Nexus 6P API23 模拟器。当我尝试启动它时,它失败并弹出一个对话框并说:

(AVD 配置:Nexus 6P API 23 x86 -- 硬件-GLES 2.0 图形)

Cannot launch AVD in emulator.
Output:
libGL error: unable to load driver: nouveau_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: nouveau
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
X Error of failed request:  GLXBadContext
  Major opcode of failed request:  155 (GLX)
  Minor opcode of failed request:  6 (X_GLXIsDirect)
  Serial number of failed request:  47
  Current serial number in output stream:  46
libGL error: unable to load driver: nouveau_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: nouveau
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
X Error of failed request:  GLXBadContext
  Major opcode of failed request:  155 (GLX)
  Minor opcode of failed request:  6 (X_GLXIsDirect)
  Serial number of failed request:  47
  Current serial number in output stream:  46
libGL error: unable to load driver: nouveau_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: nouveau
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  155 (GLX)
  Minor opcode of failed request:  24 (X_GLXCreateNewContext)
  Value in failed request:  0x0
  Serial number of failed request:  33
  Current serial number in output stream:  34
QObject::~QObject: Timers cannot be stopped from another thread

我尝试过其他 AVD,但它们不起作用。

最佳答案

您还可以在 AVD 设置中的 Emulated Performance Graphics 选项中使用“软件”

关于Android Studio AVD 错误启动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36189393/

相关文章:

android - New Image Asset Launcher 图标失去透明度

Android Studio 64 位错误 : 32-bit Linux Android emulator binaries are DEPRECATED

android-studio - 无法在 android studio 1.0 上启动 avd 模拟器

android - 如何使用 shell 命令启动 Genymotion 设备?

android - Kotlin Timer()可能是错误的实现

java - 不幸的是,按后退按钮时项目名称已停止

java - Android 项目中图像的最大宽度是多少? ( Sprite 相关问题)

Android Studio 3.0 Beta 在 macOS Sierra 上不断卡住

android - Android模拟器上的自定义屏幕密度

android - 如何使用 Ant 而不是Gradle将可穿戴式APK嵌入移动APK