Trying to setup kvm on ubuntu here.
The official docs only points to ubuntu docs to install kvm The steps provided here and here Says to In Android Studio
- Go to Run > Edit Configurations.
- To set as global default for all projects, select "Android Application" under "Defaults".
- Go to the emulator tab, check "Additional command line options"
- Add -qemu -m 2047 -enable-kvm
The tab is not present in 2.3.3 and has been a know issue since 1.5
But the issue has been reported and closed as intended behavior with no valid answer to on where to run
-qemu -m 2047 -enable-kvm
Update 1 KVM is supported
nishon@nishon-Inspiron-5420 ~ $ kvm-ok
INFO: /dev/kvm exists
KVM acceleration can be used
nishon@nishon-Inspiron-5420 ~ $ egrep -c '(vmx|svm)' /proc/cpuinfo
4