Created
September 6, 2019 09:52
-
-
Save danilodequeiroz/ad8b8cdd783b727296daab3dd1a8df1a to your computer and use it in GitHub Desktop.
Revisions
-
danilodequeiroz created this gist
Sep 6, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ export ANDROID_HOME=/Users/{{your_macos_user_name}}/Library/Android export ANDROID_SDK_ROOT=/Users/{{your_macos_user_name}}/Library/Android/sdk export ANDROID_AVD_HOME=/Users/{{your_macos_user_name}}/.android/avd export PATH="$ANDROID_SDK_ROOT/platform-tools:$PATH"