Created
February 3, 2020 17:03
-
-
Save ortense/8eacb309c43fefce7ffa3225575f3655 to your computer and use it in GitHub Desktop.
This file contains 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
#ANDROID | |
export ANDROID_HOME=$HOME/Library/Android/sdk | |
export PATH=$PATH:$ANDROID_HOME/emulator | |
export PATH=$PATH:$ANDROID_HOME/tools | |
export PATH=$PATH:$ANDROID_HOME/tools/bin | |
export PATH=$PATH:$ANDROID_HOME/platform-tools | |
alias avd='$ANDROID_HOME/emulator/emulator' | |
#FLUTTER | |
export FLUTTER_PATH=$HOME/flutter/bin | |
export PATH=$PATH:$FLUTTER_PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment