(Vulkan 1.0 APIs missing from instance) when launching Android Emulator(Q API 29) via Android Studio 3.5 and 3.6 Canary 9

前端 未结 4 1208
误落风尘
误落风尘 2021-01-02 03:28

I created three AVDs base on Android Q (API 29), using these system images:
Android 10(Google Play), Android 10(Google APIs), Android 10.

All of these emulators

4条回答
  •  春和景丽
    2021-01-02 03:52

    I had similar issues that were not fixed with the installation hints above.

    I finally solved the problem following this instructions to Configure VM acceleration on Linux: https://help.ubuntu.com/community/KVM/Installation

    My problem turned out to be wrong user-groups configuration. The following commands finally made it work for me:

    $ sudo adduser libvirtd

    $ sudo chown root:libvirtd /dev/kvm

提交回复
热议问题