Issue in launching Android (AVD) by Qt Creator
Solved
Mobile and Embedded
-
Hello,
I fail to launch any AVD because of this error message:
emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure KVM is properly installed and usable. CPU acceleration status: This user doesn't have permissions to use KVM (/dev/kvm)
so I get rid of it by executing the following command but it comes back after rebooting my device.
sudo chown evader -R /dev/kvm
How can I fix this issue?
- Linux mint 19.1 xfce
- Qt Creator 4.9.0
BTW, I tried to fix issue by creating
kvm
group (it wasn't exists) then added the userevader
into it but this didn't fix this issue