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:
Run into the same issue and here how I solve this, Launch Android Virtual Device with android studio puzzled me a lot, post my actions here just as a reference.
Adrenalin 2019 Edition 19.10.2 Optional
)Adrenalin 2019 Edition 19.9.2 Recommended (WHQL)
)Windows Hypervisor Platform
feature(Reference).now you can run x86 images in AVD.
And, don't know if some info related to this, since these words always are shown together, I also paste here.
AMD RYZEN 3700X
and AMD Radeon 5700XT
hardware.AMD-V
) in BIOS(Reference)Hyper-v
in turn windows features on or off
(distinguish from Windows Hypervisor Platform
above, they are quite different things)version 3.5.1
)I just purchased a ryzen 5 laptop with vega 8 video and was having alot of problems running the Android Studio emulator in the end the problem was resolved and it was very simple.
1: enable SVM or other virtual machine setting in the BIOS 2: disable all hypervisor and virtual machine features by going to "Turn features on / off" in windows. 3: ensure you checkmark the AMD driver and uncheck HAXM in "SDK Tools" is SDK Manager.
And most important:
it is said that the latest update of android studio automatically installs the AMD driver once selected, however I found this not to be the case so the last step you need to do manually just to make sure.
4:run : C:\users\username\AppData\Local\Android\Sdk\extras\google\Android_Emulator_Hypervisor_Driver\silent_install.bat