Last active
April 19, 2018 16:16
-
-
Save GianpaMX/f0a72e709d0e5abaffeb31419f5ee1dd to your computer and use it in GitHub Desktop.
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
env: | |
global: | |
- ANDROID_HOME=$HOME/android-sdk | |
- ANDROID_SDK_ROOT=$ANDROID_HOME | |
- PATH=$ANDROID_HOME/tools/bin:$PATH | |
- PATH=$ANDROID_HOME/platform-tools:$PATH | |
- PATH=$ANDROID_HOME/emulator:$PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment