Install kvm on Linux Mint for Android Studio x86 or x86_64 version of Android emulator

After installing Android Studio, the Android emulator takes a long time to start up. It appears to have hanged and other activities on the Ubuntu computer are not possible. This could be due to incorrect installation of kvm. To resolve this problem, open a terminal window and install kvm using the following command: $ sudo … Continue reading Install kvm on Linux Mint for Android Studio x86 or x86_64 version of Android emulator

Install kvm on Ubuntu Linux

Check if kvm can run on the computer $ sudo kvm-ok <enter> If it returns lines as follows, then it will work INFO: /dev/kvm exists KVM acceleration can be used Install qemu-kvmOpen a terminal window and enter the commands below.$ sudo apt-get install qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils virt-viewer virt-manager <enter> $ sudo adduser <user> libvirt … Continue reading Install kvm on Ubuntu Linux

VMware Player

You can use VMware Player to simulate and run virtual machines on your computer. You can download it from here http://www.vmware.com/download/player/. You can also get virtual appliances (machines) from VMware at this link http://www.vmware.com/appliances. Depending on what kind of appliance you need, you can download, install it and run it off your desktop. This is … Continue reading VMware Player