Last active
February 3, 2019 04:45
-
-
Save tberghuis/fedd9ba84cf5050c9941a92b6b393965 to your computer and use it in GitHub Desktop.
android studio setup 18.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# install kvm | |
sudo apt install qemu-kvm | |
# add user to kvm group | |
sudo adduser [YOUR_LOGIN] kvm | |
# install libraries | |
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386 | |
# download and extract zip from android studio website | |
# add bin/studio.sh to launcher / mint menu | |
# reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment