Skip to content

Instantly share code, notes, and snippets.

@tberghuis
Last active February 3, 2019 04:45
Show Gist options
  • Save tberghuis/fedd9ba84cf5050c9941a92b6b393965 to your computer and use it in GitHub Desktop.
Save tberghuis/fedd9ba84cf5050c9941a92b6b393965 to your computer and use it in GitHub Desktop.
android studio setup 18.04
# 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