Created
January 19, 2021 06:40
-
-
Save glm-mawla/83d9e59f3a9d99a1bf919a2120c46a9c to your computer and use it in GitHub Desktop.
setup ADB on mac for zsh user - term2
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
| > 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