How to Setup AVD/Emulator-Android Studio In Manjoro
Setting up your emulator on Android Studio is not really Manjaro Linux specific.There is really nothing special to it apart from the adding some hardware acceleration to your system:To enable hardware accelartion for your emulator:Checkout this tutorial on that:
But if you’ve already setup your KVM,setting up your AVD is simple.
Step1:Start Android Studio:
Step2:Press Configure and Select AVD Manager:
Step3:Create Virtual Device
Step4:Before Android Studio Can Create a device,a system image is required:
Step5:Select your flavor and press on download.
STep6:Read and Accept the License and press Next.
Android studio will download the necessary components for your selection.Once this is done.We should be able to see our newly created system image:
Press next to rename or customize your image:
Once you press finish,you should now be able to see your virtual device ready to be run.
You should now see your Emulator Starting UP.
Happy Hacking!!