Skip to content

Instantly share code, notes, and snippets.

@thoinv
Last active May 24, 2021 10:11
Show Gist options
  • Save thoinv/dfea6b8a266e7140cff43b8d4cfc5899 to your computer and use it in GitHub Desktop.
Save thoinv/dfea6b8a266e7140cff43b8d4cfc5899 to your computer and use it in GitHub Desktop.
[Install adb in MacOS] #macos #adb
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew install android-platform-tools
https://stackoverflow.com/questions/17901692/set-up-adb-on-mac-os-x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment