模拟器:queryCoreProfileSupport:找不到交换间隔

时间:2019-05-30 19:22:20

标签: android-emulator

运行avd时收到错误消息。

仿真器:queryCoreProfileSupport:找不到交换间隔

3 个答案:

答案 0 :(得分:2)

在升级到内核5.3.0-28-generic之后,在使用AMD GPU驱动程序19.50的Ubuntu 18.04上也发生了同样的问题。对我来说完全错误是:

Emulator: queryCoreProfileSupport: swap interval not found
Emulator: : CommandLine Error: Option 'help-list' registered more than once!
LLVM ERROR: inconsistency in registered CommandLine options

不是适当的解决方案,但解决方法将卸载amdgpu [-pro]驱动程序:

$/usr/bin/amdgpu-uninstall

答案 1 :(得分:2)

在AVD配置中将gpu模式更改为software

hw.gpu.mode = software

默认为 hw.gpu.mode = auto

See the highlighted line in the picture

答案 2 :(得分:0)

我遇到了同样的问题。

Debian 9.9,刚刚更新

Android Studio 3.4.2,刚刚更新

我尝试了Pixel 2和nexus推荐的图像,都是这样做的。

使用 Hello-World应用,该应用当然可以在实际设备上运行。