How to Download and Install Android adb Tool on Linux, Mac or Windows

The adb - Android Debug Bridge command line tool should be available to you by default when you install Android Studio the IDE for Android App development for Mobile, Tablets, TVs, and Wearables.

The first thing before installing adb manually, you can check if it is already available on your Mac/Windows system.

If you can't find it and want to install it manually, then follow the below steps,


For macOS

  1. Go to the Platform-Tools page on developers.google.com
  2. Click on link "Download SDK Platform-Tools for Mac"
  3. Read and accept the Terms and Conditions
  4. The platform-tools-latest-darwin.zip file should get downloaded.
  5. You should find the adb tool inside.
Android Platform-tools adb

For Linux

The steps remain the same as macOS, just make sure to select: "Download SDK Platform-Tools for Linux" and you should get - platform-tools-latest-linux.zip


For Windows

Again! The steps remain the same as macOS, just make sure to select: "Download SDK Platform-Tools for Windows" and you should get - platform-tools-latest-windows.zip

Download SDK Platform-Tools - Mac - Linux - Windows

Link: https://developer.android.com/tools/releases/platform-tools#downloads

Comments & Discussion

Facing issues? Have questions? Post them here! We're happy to help!