Skip to content

Instantly share code, notes, and snippets.

View harshmandan's full-sized avatar
🕑
Learning. Please wait . . .

Harsh Mandan harshmandan

🕑
Learning. Please wait . . .
  • India
View GitHub Profile
@harshmandan
harshmandan / Install android sdk on command line or terminal on Ubuntu 18.04 or 20.04
Created June 7, 2020 11:21
Follow these instruction to install Android SDK on a AWS EC2/DigitalOcean droplet or any other VPS instance where you do not have access to a GUI. Or if you just want the build tools/sdk without android studio.
#This is going to be our sdk installation directory
cd /home
#Install JDK first
sudo apt install openjdk-8-jdk
#Some utilities
sudo apt-get install unzip
sudo apt-get install git