Skip to content Skip to sidebar Skip to footer

Android Studio Error | Emulator: Emulator: Error: Vkcommonoperations.cpp:496: Failed To Create Vulkan Instance

As the title shows I have an issue with Android Studio on my Linux Mint 19.3. I've tried to install Android Studio via the official download page, the Software Manager and now late

Solution 1:

I found a way to lauch emulator after understanding it was a GPU issue...

sudo ubuntu-drivers autoinstall

Made upgrade my Nvidia GPU drivers and changed problem to another :

Blockquote Error while Running Android Application - Could not initialize OpenglES emulation, use '-gpu off' to disable it

So according to this issue and this answer I changed the emulated device for one that allowed me to change 'Software-GLE 2.0' for Graphics,not select 'Automatic' or 'Hardware-GLE 2.0' (emulate graphics in software) (not all of them allow to change it) I used Galaxy Nexus API 30 - R and emulation worked, even I still have this SO_REUSEPORT error ! Hope it can help someone ...

Solution 2:

Run this command on your terminal

sudo apt-get install mesa-vulkan-drivers

Post a Comment for "Android Studio Error | Emulator: Emulator: Error: Vkcommonoperations.cpp:496: Failed To Create Vulkan Instance"