How to install adb on MacOS X

adb stands for Android Debug Bridge.

There are two ways to install adb on MacOS X:

  1. Download zip, as explained belowhttps://wiki.lineageos.org/adb_fastboot_guide.html
  2. This is the easiest way and will provide automatic updates.
    1. Install homebrew
      ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    2. Install adb
      brew cask install android-platform-tools
    3. Start using adb
      adb devices

Leave a Reply

Your email address will not be published. Required fields are marked *