Intimate
Intimate

Reputation: 456

Android Studio showing KVM error though KVM is installed in ubuntu 14.04

I am running android studio on Elementry OS. I have installed kvm and it's properly installed...see below screenshot...KVM Test...

but when i try to run emulator in android studio it's giving me following error...

Android Studio Error

Upvotes: 1

Views: 210

Answers (1)

Manish
Manish

Reputation: 353

Steps to enable Virtualization:

  1. Power on the machine and open the BIOS.
  2. Open the Processor submenu The processor settings menu may be hidden in the Chipset, Advanced CPU Configuration or Northbridge.
  3. Enable Intel Virtualization Technology (also known as Intel VT) or AMD-V depending on the brand of the processor.

for more hints watch this video

Upvotes: 1

Related Questions