Skip to content

Instantly share code, notes, and snippets.

@UbuntuEvangelist
Last active July 7, 2023 18:29
Show Gist options
  • Save UbuntuEvangelist/c9ecc74f0257ca85aec8346c01e7f70c to your computer and use it in GitHub Desktop.
Save UbuntuEvangelist/c9ecc74f0257ca85aec8346c01e7f70c to your computer and use it in GitHub Desktop.
Android Studio in Ubuntu
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386
sudo apt install openjdk-11-jdk
sudo add-apt-repository ppa:maarten-fonville/android-studio
sudo apt update
sudo apt install android-studio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment