Skip to content

Instantly share code, notes, and snippets.

@danilodequeiroz
Created September 6, 2019 09:52
Show Gist options
  • Select an option

  • Save danilodequeiroz/ad8b8cdd783b727296daab3dd1a8df1a to your computer and use it in GitHub Desktop.

Select an option

Save danilodequeiroz/ad8b8cdd783b727296daab3dd1a8df1a to your computer and use it in GitHub Desktop.

Revisions

  1. danilodequeiroz created this gist Sep 6, 2019.
    4 changes: 4 additions & 0 deletions .bash_profile
    Original 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"