Skip to content

Instantly share code, notes, and snippets.

@BuddhiLW
Created July 16, 2024 19:44
Show Gist options
  • Save BuddhiLW/89d587f31e9e884ca07b39bedee5c749 to your computer and use it in GitHub Desktop.
Save BuddhiLW/89d587f31e9e884ca07b39bedee5c749 to your computer and use it in GitHub Desktop.
Install Android Studio and the emulator command
#!/bin/bash
## Dependencies
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386
## Where you would like to install the Android Stufio
cd $DOTFILES/gitthings/
wget https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2023.2.1.24/android-studio-2023.2.1.24-linux.tar.gz
cd android-studio/bin/
bash studio.sh
sudo apt install google-android-emulator-installer
# sudo apt-get install android-studio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment