Sau khi tôi cài đặt Android studio 2.2.3
về Ubuntu 14.04 LTS
vấn đề này, tôi gặp lỗi hàng giờ:
Tôi đã kiểm tra bios và nó cho thấy vt-x được hỗ trợ nhưng tôi nhận được
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
trong thiết bị đầu cuối của tôi. Tôi cũng đã cài đặt kvm follwing hướng dẫn này và tôi có thể thấy:
me@pc:~$ egrep -c '(vmx|svm)' /proc/cpuinfo
8
me@pc:~$ virsh -c qemu:///system list
Id Name State
----------------------------------------------------
Nhưng trình giả lập vẫn không chịu tải.
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
Tôi gặp lỗi này trên bảng điều khiển của studio:
Lỗi trong khi chờ thiết bị: Không thể khởi động AVD
Tôi thực sự cạn ý tưởng. Tôi đánh giá cao sự giúp đỡ của bạn.
CẬP NHẬT:
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