Based on the following tutorial https://proandroiddev.com/how-to-setup-android-sdk-without-android-studio-6d60d0f2812a
- Get Android SDK Command line tools https://developer.android.com/studio
wget "https://dl.google.com/android/repository/commandlinetools-linux-9123335_latest.zip" -O /tmp/commandlinetools.zip
mkdir ~/Android
cd ~/Android
unzip /tmp/commandlinetools.zip