Skip to content

Instantly share code, notes, and snippets.

View ashbeats's full-sized avatar
💭
Launch Mode Ready

Ash ashbeats

💭
Launch Mode Ready
  • AxiKey
View GitHub Profile
@ashbeats
ashbeats / ANDROID_HOME.sh Follow these instruction to install Android SDK on a AWS EC2
# Export the path to enviroment
export ANDROID_HOME=/home/ec2-user/environment/android-sdk
export PATH=$PATH:$ANDROID_HOME/cmdline-tools/platform-tools
export PATH=$PATH:$ANDROID_HOME/cmdline-tools/tools/bin
export PATH=$PATH:$ANDROID_HOME/cmdline-tools