Skip to content

Instantly share code, notes, and snippets.

@romuloctba
Created July 18, 2016 17:05
Show Gist options
  • Save romuloctba/8b8bb4fe8bfbfdf587372be5b667e2d0 to your computer and use it in GitHub Desktop.
Save romuloctba/8b8bb4fe8bfbfdf587372be5b667e2d0 to your computer and use it in GitHub Desktop.
Como adicionar Android_Home no PATH // how to add ANDROID_HOME to path
export ANDROID_HOME=/<installation location>/android-sdk-linux
export PATH=${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
@romuloctba
Copy link
Author

Depois . ~/.bashrc para atualizar o sistem (source ~/.bashrc)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment