


You can now open Terminal anytime and enter ADB or fastboot commands.
#Install adb in mac zip file
Extract the downloaded ZIP file to a desired location and open a new. Click on the Download SDK Platform-Tools for Linux link to download the latest version of ADB and fastboot as a ZIP file. Drag and drop the “ADB-Install-Mac.sh” file from the unzipped folder into the Terminal window. To get started with installing these tools on a Linux machine, visit the Android SDK Platform Tools release page and scroll down to the Downloads section.(If you don’t know where it is, you can search for it from Spotlight with ⌘-Space or find it in your Applications > Utilities folder) Open the Terminal application on your Mac.Open the newly created unzipped folder.Extract the zip file you just downloaded by double clicking it.Download the Android zip file from here: adb-fastboot-install.You can re-enable it after you finish installing ADB. If your Mac has OS X El Capitan (v10.11 and up), then you need to first disable System Integrity Protection by following these steps.Now, anytime you need to run an ADB or Fastboot command, simply open up a command-prompt (which can be done by typing “cmd” into the start menu) and enter your command. Open Terminal on your Mac and type the following command: cd /path/to/extracted/folder/ For example, cd /Users/Pranay/Desktop/platform-tools/ Connect your Android with your Mac with a USB cable and change the USB connection mode to File Transfer (MTP) mode.
#Install adb in mac for mac

When asked “Install ADB system-wide?” type Y and press enter.When asked “Do you want to install ADB and Fastboot?” type Y and press enter.Launch the setup file you just downloaded.Download the latest version of ADB Installer from here: adb-setup.
