In android studio I created a device in AVD and when I click the play button I get this:
Here are the logs:
12:22 PM Emulator: emulator: ERROR: VkCommonOperations.cpp:540: Failed to create Vulkan instance.
12:22 PM Emulator: Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
This is a react native project that runs successfully when I connect a physical device, so I think the problem is with android studio itself and not the project.
What I've tried:
$ sudo apt install mesa-vulkan-drivers
according to this answer$ sudo ubuntu-drivers autoinstall
according to this answer- Reinstalling android studio and creating a new device in the AVD
I have no idea how to solve this, so any help is much appreciated! :)
After spent a whole day I have found the solution. Just uninstall the existing system image of your emualtor and then download the new Google play system image emulator . It works for me!!