Skip to content

Instantly share code, notes, and snippets.

@donrestarone
Last active September 24, 2021 19:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save donrestarone/2f2cf57576e199fd8365c0df492b4c4a to your computer and use it in GitHub Desktop.
Save donrestarone/2f2cf57576e199fd8365c0df492b4c4a to your computer and use it in GitHub Desktop.
install android studio on ubuntu
# install the 32 bit binaries first
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386
# download android studio and extract it
# after extraction, navigate to android-studio-ide-193.6626763-linux/android-studio/bin
chmod +x studio.sh
./studio.sh
# after install, create a throw-away project and hit control + shift + a for search, look up AVD manager and install some emulators
# after that, click on Tools > Desktop Entry to create a shortcut in the launcher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment