【发布时间】:2019-09-25 14:18:40
【问题描述】:
在我的 ubuntu 18.04 上,当我启动 android 模拟器时:
$ANDROID_HOME/emulator/emulator -avd pixel
Warning: QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are
enabled ((null):0, (null))
emulator: INFO: QtLogger.cpp:66: Warning: QXcbIntegration: Cannot create platform OpenGL
context, neither GLX nor EGL are enabled ((null):0, (null))
只是标准的 Android 工作流程......我不敢相信这是一个独特的问题......
【问题讨论】:
-
Fedora 30 中的同样问题
-
最近好像开始发生了。而且我发现当您创建新的 AVD 时会出现错误,但如果您之前已经有一个,则不会。我尝试使用 Android Studio 3.6 的金丝雀,结果也是一样。
-
还没有更新吗?
-
@Andrew,您使用的 API+ABI 是什么?我在 x86 机器上使用 arm* 模拟器发现了同样的问题。 x86 模拟器工作正常。