Guest User

Untitled

a guest
Nov 18th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. /home/praveen/Android/Sdk/tools/emulator -avd Nexus_6_API_21 -netspeed full -netdelay none
  2. emulator: ERROR: x86 emulation currently requires hardware acceleration!
  3. Please ensure KVM is properly installed and usable.
  4. CPU acceleration status: KVM is not installed on this machine (/dev/kvm is missing).
  5.  
  6. kvm-ok
  7.  
  8. INFO: /dev/kvm exists
  9. KVM acceleration can be used
  10.  
  11. INFO: Your CPU does not support KVM extensions
  12. KVM acceleration can NOT be used
  13.  
  14. sudo apt-get install qemu-kvm libvirt-bin ubuntu-vm-builder bridge-utils
  15.  
  16. HP-EliteBook-820-G1:/opt/android-studio/bin$ sudo /usr/sbin/kvm-ok
  17. INFO: /dev/kvm does not exist
  18. HINT: sudo modprobe kvm_intel
  19. INFO: Your CPU supports KVM extensions
  20. INFO: KVM (vmx) is disabled by your BIOS
  21. HINT: Enter your BIOS setup and enable Virtualization Technology (VT),
  22. and then hard poweroff/poweron your system
  23. KVM acceleration can NOT be used
  24.  
  25. sudo modprobe kvm_intel
Add Comment
Please, Sign In to add comment