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
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: