运行avd时收到错误消息。
仿真器:queryCoreProfileSupport:找不到交换间隔
答案 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
答案 2 :(得分:0)
我遇到了同样的问题。
Debian 9.9,刚刚更新
Android Studio 3.4.2
,刚刚更新
我尝试了Pixel 2和nexus推荐的图像,都是这样做的。
使用 Hello-World应用,该应用当然可以在实际设备上运行。