You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.
When I run flutter emulators --launch flutter_emulator, I get the following error
The Android emulator exited with code -11 during startup
Android emulator stderr:
handleCpuAcceleration: feature check for hvf
cannot add library /home/developer/android/emulator/qemu/linux-x86_64/lib64/vulkan/libvulkan.so: failed
added library /home/developer/android/emulator/lib64/vulkan/libvulkan.so
cannot add library /home/developer/android/emulator/lib64/vulkan/libvulkan.so.1: full
emulator: ERROR: VkCommonOperations.cpp:537: Failed to create Vulkan instance.
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
Address these issues and try again.
Looking for ~/android/emulator/qemu/linux-x86_64/lib64/vulkan/libvulkan.so, I find that it doesn't exist. Is this a mistake?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I run
flutter emulators --launch flutter_emulator
, I get the following errorLooking for
~/android/emulator/qemu/linux-x86_64/lib64/vulkan/libvulkan.so
, I find that it doesn't exist. Is this a mistake?The text was updated successfully, but these errors were encountered: