Dopo aver installato Android Studio 2.2.3
su Ubuntu 14.04 LTS
questo problema, mi bug per ore:
Ho controllato il BIOS e mostra che vt-x è supportato ma ricevo
me@pc:~$ kvm-ok
INFO: /dev/kvm does not exist
HINT: sudo modprobe kvm_intel
INFO: For more detailed results, you should run this as root
HINT: sudo /usr/sbin/kvm-ok
nel mio terminale. Ho anche installato kvm seguendo questo tutorial e posso vedere:
me@pc:~$ egrep -c '(vmx|svm)' /proc/cpuinfo
8
me@pc:~$ virsh -c qemu:///system list
Id Name State
----------------------------------------------------
Ma l'emulatore si è ancora rifiutato di caricare.
me@pc:~$ uname -a
Linux pc 3.13.0-98-generic #145-Ubuntu SMP Sat Oct 8 20:13:07 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Ottengo questo errore sulla console dello studio:
Errore durante l'attesa del dispositivo: impossibile avviare AVD
Sono davvero a corto di idee. Apprezzo il vostro aiuto.
AGGIORNARE:
root@pc:/home/me# sudo /usr/sbin/kvm-ok
INFO: /dev/kvm does not exist
HINT: sudo modprobe kvm_intel
INFO: Your CPU supports KVM extensions
INFO: KVM (vmx) is disabled by your BIOS
HINT: Enter your BIOS setup and enable Virtualization Technology (VT),
and then hard poweroff/poweron your system
KVM acceleration can NOT be used
modprobe: ERROR: could not insert 'kvm_intel': Operation not supported