Después de instalar Android Studio 2.2.3
en Ubuntu 14.04 LTS
este problema, me molesta durante horas:
He comprobado la BIOS y muestra que vt-x es compatible pero recibo
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
en mi terminal También instalé kvm siguiendo este tutorial y puedo ver:
me@pc:~$ egrep -c '(vmx|svm)' /proc/cpuinfo
8
me@pc:~$ virsh -c qemu:///system list
Id Name State
----------------------------------------------------
Pero el emulador aún se negó a cargar.
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
Me sale este error en la consola del estudio:
Error al esperar el dispositivo: no se pudo iniciar AVD
Realmente se me acabaron las ideas. Aprecio tu ayuda.
ACTUALIZAR:
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
kvm-intel
y nokvm_intel
: / (Por cierto, hay una página de documentación al respecto aquísudo modprobe kvm-intel
también resulta enmodprobe: ERROR: could not insert 'kvm_intel': Operation not supported
kvm-ok
Tuve el mismo problema: no podía ejecutar AVD (imagen Nougat x86_64). Cómo resolví: solo habilité la Tecnología de virtualización Intel en el BIOS (en la sección Características del BIOS para mi placa base Gigabyte).
Ver también esta publicación .
fuente
sudo apt-get install qemu-kvm libvirt-bin ubuntu-vm-builder bridge-utils
sudo adduser
id -un
libvirtdsudo adduser
id -un
kvmLuego, cierre sesión y vuelva a iniciarla, y compruebe que esté funcionando ejecutando:
virsh -c qemu: /// lista del sistema
fuente