Make Android Emulator Working on Fedora i3wm

 I'll make this post very short and simple, so i could came back and see what i did after facing the problem.

first of all 

Install KVM on Fedora

First, check whether your CPU supports Intel VT / AMD SVM or not.

egrep --color 'vmx|svm' /proc/cpuinfo | wc -l

Output: If the output is non-zero, your machine has Intel or AMD virtualization support.

8
Then, install the KVM to have hardware acceleration for better performance of Android Studio if your machine supports VT technology.


sudo dnf install -y qemu-kvm bridge-utils libvirt virt-install


Now Install the Android studio from using any package manager.


Now if android emulator running slow on your Fedora then


run chattr +C command on both Sdk/system-images and ~/.android/avd directories

then run 

echo "QuickbootFileBacked = off" >> ~/.android/advancedFeatures.ini



I hope this helps future meh! :)

 

Share:

0 Comments:

Post a Comment