Reputation: 2860
As is seen from the screenshot, from my PC running Ubuntu 16.04 (32-bit), with AMD A10 processor, with HW-virtualization (SVM) enabled in BIOS. In spite of correct installation of kvm, AVD keeps flagging the warning about HAXM needing Genuine Intel processor, and trying to start any Android Device emulator VM, tells me that KVM is required to run this AVD.
Here is how I check kvm correct installation:
icarus@getafix:/opt/android-studio$ kvm-ok
INFO: /dev/kvm exists
KVM acceleration can be used
icarus@getafix:/opt/android-studio$ sudo virsh -c qemu:///system list
Id Name State
----------------------------------------------------
The only thing remaining, that I can think of is that mine is a 32-bit Ubuntu installation (due to some legacy stuff), and not 64-bit. Could that then be the issue ?
Upvotes: 2
Views: 198
Reputation: 576
I have followed the steps for my Debian machine to run Emulator
Enable two option there
Upvotes: 1