adb stands for Android Debug Bridge.
There are two ways to install adb on MacOS X:
- Download zip, as explained belowhttps://wiki.lineageos.org/adb_fastboot_guide.html
- This is the easiest way and will provide automatic updates.
- Install homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
-
Install adb
brew cask install android-platform-tools
- Start using adb
adb devices
- Install homebrew