Issue
I am new to Android World. Currently I have installed Ubuntu 15.10 on Oracle VM VirtualBox Managerr which is hosted on Window7. I was able to installed Android Studio successfully. However While running, I am getting the following error.
Could somebody suggest me a way to run/debug the app on my current environment. Am i missing something obvious here. Please let me know in case any further information is required from my side.
Solution
KVM is missing, means, you should read this tutorial:
“INFO: KVM 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”
and of course, The next step is to install the KVM and a few other packages needed. To do so, type
sudo apt-get install qemu-kvm libvirt-bin ubuntu-vm-builder bridge-utils
Add your user to some groups, replacing <user>
by your own username:
sudo adduser <user> libvirtd
sudo adduser <user> kvm
Check if everything is ok.
Remember, HAXM is not compatible with linux.
According to: https://askubuntu.com/questions/600727/alternate-software-for-ubuntu
Answered By - ʍѳђઽ૯ท
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.