Skip to content

Instantly share code, notes, and snippets.

@aakash4dev
Last active March 16, 2026 22:37
Show Gist options
  • Select an option

  • Save aakash4dev/0bfa702c8d97489c64fc571daf9391f0 to your computer and use it in GitHub Desktop.

Select an option

Save aakash4dev/0bfa702c8d97489c64fc571daf9391f0 to your computer and use it in GitHub Desktop.

Android Studio installation codes for Ubuntu 24.04.3 LTS

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386 -y
sudo apt install wget unzip openjdk-21-jdk -y
sudo snap install android-studio --classic
android-studio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment