Vulkan 1.1 Apis Missing From Device - Android Studio Emulator
On Manjaro Linux. Running Android Studio 3.6.3. Everything works great, but when I try to launch any emulator I am getting this error: Emulator: createOrGetGlobalVkEmulation: Warni
Solution 1:
You can work around it as indicated here https://stackoverflow.com/a/59715169/1796802 :
Create the file ~/.android/advancedFeatures.ini
(for Windows users path should be C:\Users\Dane\.android\advancedFeatures.ini
) with the following content:
# 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 = offGLDirectMem = on
Post a Comment for "Vulkan 1.1 Apis Missing From Device - Android Studio Emulator"