0

Cannot launch AVD in emulator.

Output: emulator: ERROR: x86_64 emulation currently requires hardware acceleration! Please ensure KVM is properly installed and usable. CPU acceleration status: KVM is not installed on this machine (/dev/kvm is missing).

I tried several steps mentioned in related posts but nothing worked fine. That's why posted here.

Valsaraj Viswanathan
  • 1,473
  • 5
  • 28
  • 51

2 Answers2

1

Why not try to use Genymotion as your emulator? It is a fast emulator.

uuku
  • 56
  • 4
1

As the error message mentions you should set up kvm at first.

Set up kvm on your Ubuntu machine as refering the official Ubuntu help.

hata
  • 11,633
  • 6
  • 46
  • 69
  • I tried all these steps already and finally it shown your CPU doesn't support. I checked BIOS setting and didn't fine any VT enable settings. There was some accelerometer settings disabled, I enabled it and checked but the result is same. – Valsaraj Viswanathan Aug 02 '15 at 14:10
  • 1
    @Viswanathan `kvm` requires a certain CPU which supports Intel-VT or AMD-V. Does your CPU support one of them? – hata Aug 02 '15 at 14:23
  • Thanks for the info, @hata. I have no idea about how to check this. But I know it will work on this CPU because I am able to run AVD in Windows 7 running on the same machine. It seems like some limitation with Ubuntu 32-bit. Any thoughts? – Valsaraj Viswanathan Aug 03 '15 at 04:00
  • I have checked with kvm-ok and it shows that processor does not support virtualization. – Valsaraj Viswanathan Aug 07 '15 at 09:03