Created
July 18, 2016 17:05
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export ANDROID_HOME=/<installation location>/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
Depois
. ~/.bashrc
para atualizar o sistem (source ~/.bashrc
)