Skip to content

Instantly share code, notes, and snippets.

@kzorluoglu
Created May 31, 2016 13:14
Show Gist options
  • Save kzorluoglu/c300afad0aaa2e43a89f34a799eac2c3 to your computer and use it in GitHub Desktop.
Save kzorluoglu/c300afad0aaa2e43a89f34a799eac2c3 to your computer and use it in GitHub Desktop.
sudo nano ~/.bashrc
after added to the last row
export ANDROID_HOME=~/android-sdk-linux
export PATH=${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment