Skip to content

Instantly share code, notes, and snippets.

@glm-mawla
Created January 19, 2021 06:40
Show Gist options
  • Save glm-mawla/83d9e59f3a9d99a1bf919a2120c46a9c to your computer and use it in GitHub Desktop.
Save glm-mawla/83d9e59f3a9d99a1bf919a2120c46a9c to your computer and use it in GitHub Desktop.
setup ADB on mac for zsh user - term2
> echo 'export ANDROID_HOME=/Users/xyz/Documents/ANDROID_SDK ' >> ~/.zshrc
> echo 'export PATH=${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools' >> ~/.zshrc
> source ~/.zshrc
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment