How to fix AVD emulator grainy, poor resolution display in Android Studio

The AVD emulator on Android Studio display shows all characters at 1:1 resolution grainy. It is difficult to read the text of the app under testing. To overcome this problem: From the menu of Android Studio select Help -> Edit Custom Properties and enter hidpi=false Create the AVD emulator device and disable device frame and … Continue reading How to fix AVD emulator grainy, poor resolution display in Android Studio

How to enable the UEFI in VirtualBox for a Windows 10 virtual machine running on Linux

This is for those who missed checking the UEFI checkbox in the settings prior to installing Windows 10 in VirtualBox. Do the below at your own risk, take appropriate backup, First, check and confirm if BIOS Mode is Legacy, which means MBR is the partition and not GPT. To do this, press Windows+R and run:msinfo32.msc … Continue reading How to enable the UEFI in VirtualBox for a Windows 10 virtual machine running on Linux

How to install kvm on Fedora Linux

To install KVM on Fedora, open a terminal window and enter:$ sudo dnf -y install bridge-utils libvirt virt-install qemu-kvm <enter> Next, install virtual machine management tools:$ sudo dnf -y install virt-top libguestfs-tools <enter> Start the daemon:$ sudo systemctl start libvirtd <enter>$ sudo systemctl enable libvirtd <enter> This is a required step to use Android Studio's … Continue reading How to install kvm on Fedora Linux

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

Phone not detected with adb in the VirtualBox Ubuntu guest

If you create a Linux Virtual Machine using VirtualBox, then you will find that when an Android Phone is connected to the computer via USB port, it will not be detected in the Linux virtual machine. To overcome this, in VirtualBox select Machine->Settings->USB and check Enable USB Controller and also check Enable USB 2.0 (EHCI) … Continue reading Phone not detected with adb in the VirtualBox Ubuntu guest

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

Install Windows 8.1 Preview in VirtualBox

Windows 8.1 Preview cannot be installed and run directly in VirtualBox. It displays the following error message (some text like this): Error Code: 0x000000C4 Parameters: 0x0000000000000091 0x000000000000000F 0xFFFFF80238F5BA80 0x0000000000000000 After you have downloaded Windows 8.1 Preview from the Microsoft Website, set up a new Virtual Machine in VirtualBox. In my case, I named the machine … Continue reading Install Windows 8.1 Preview in VirtualBox

SliTaz – Tiny Linux Distribution that packs a lot of power

Full-blown Linux distributions like Fedora, Ubuntu are available on CD or DVDs and one needs to install them. Additionally, they also take up more space. They are the prime operating system for many of us. However, if you need something small for temporary use, you can try out SliTaz (http://www.slitaz.org). It is faster to download, … Continue reading SliTaz – Tiny Linux Distribution that packs a lot of power

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