Android Studio Emulator: VK_VERSION_1_1 check failed

后端 未结 3 1335
长发绾君心
长发绾君心 2020-12-10 03:40

I have a problem with Android Studio, when I run AVD on the event log information it always says

11:17 Emulator: VK_VERSION_1_1 check failed: vkBindBu

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-10 04:28

    I have solved my problem by adapting this:

    https://androidstudio.googleblog.com/2019/05/emulator-2909-stable.html

    It's a work around rather than a solution

    # Here's how to disable Vulkan apps to talk to the emulator.
    
    # Add the following lines to ~/.android/advancedFeatures.ini (create this file if it doesn't exist already):
    
    Vulkan = off
    GLDirectMem = on
    

    My sistem:

    • Linux Kernel: 5.4.6-2-MANJARO
    • Android Q (10.0)
    • Emulator 29.3.5

提交回复
热议问题