How To Install Adb For Android In Mac



Here we are again with a nice How-to Guide for the Android Lovers. This post is about the ADB and fastboot drivers and how to Install ADB on Windows, MAC, and Linux. ADB, Android Debug Bridge, is a command-line utility which helps you to run the ADB and fastboot commands on your android devices. In a simple way, we can say that ADB and FASBTOOT are the tools which allow you send terminal commands to your phone from your computer via USB. They both serve different functions, but they are must for the Android Phone users.

ADB, Android Debug Bridge, is a command-line utility included with Google’s Android SDK. ADB can control your device over USB from a computer, copy files back and forth, install and uninstall apps, run shell commands, and more. This ADB Fastboot Tool will work on both 32-bit and 64-bit Windows PC/laptop. Installing ADB Fastboot with Android SDK Tools on MacOS. Follow the process mentioned below - Since Mac is a different PC you should first install the Android Command line from here.

Suppose you want to customize your Android Devices like Install TWRP on the phone, Root the Android Phone to make changes in the system or Install Custom ROM on your Stock Android phone. Then you need to run some ADB and Fastboot commands. At that time you need these ADB and fastboot drivers on your Windows, MAC, and Linux.

There are so may tutorial are available on the internet to install the ADB setup files, but sometime they will not work or outdated. So here we are providing you the latest ADB drivers and that is direct from the Google Servers. Which means these ADB drivers are updated and work on any System and Android Devices. All you have to follow the below mention tutorial to setups the ADB and fastboot drivers on Windows, MAC, and Linux. So let’s get started and install ADB on your desktop.

Table of Contents

  • 1 Guide To Install ADB and Fastboot

Guide To Install ADB and Fastboot

NOTE:- Install ADB on Your Desktop is a half process to complete the whole ADB setup you need to make some changes on your smartphone or tablet to accept the ADB commands.

Allows USB debugging On Android Devices

1. Open the Setting page on your device.

How To Install Adb For Android In Mac Os

2. From here Tap on the About Phone option generally near the bottom of the list (this is hidden behind the “System” option in Google’s latest Android Oreo version).

3. In the about phone section of your phone, Tap the Build Number option 7 times to enable Developer Mode. And you will see a popup message on your screen “You are now a developer”.

4. Now go back to the Settings page and you should see a new Developer Options menu here.

Mac

5. Go in there and scroll down to USB debugging and turn the toggle on. This will enable the USB debugging On Android.

Adb

Now all you have to setup the ADB files on your desktop. Follow the rest of the instructions for your particular operating system.

Install ADB on Windows Desktop

1. Visit this Google page to Download the ADB ZIP file for Windows.

2. Unzip the folder on your Windows C Drive. (C:platform-tools).

3. Open the ADB Platform-Tools folder. Next, open a terminal window in the folder where you have ADB and fastboot installed. On Windows, you can right-click and click open command window here. (Some Windows 10 users may see “PowerShell” instead of “command prompt”.)

4. Now connect your phone to the Windows PC with the USB cable.

5. Now enter the following command in the command prompt window to check the connection between PC and Phone.

Your device’s serial number should appear in the command window.

6. Also on your phone’s screen, you should see a pop screen to allow or deny USB Debugging access. Grant USB Debugging access when prompted (and tap the always allow check box if you never want to see that prompt again).

That’s it! Now you can now run any ADB command on your device form your Windows PC.

How to Install ADB on MAC

1. Visit this Google page to Download the ADB ZIP file for MacOS.

2. Now extract the folder on your desktop.

3. Open Terminal on Your MAC.

4. Now to browse to the folder you extracted ADB into, enter the following command on Terminal window.

On my MAC the command looks like this cd /Users/Sid/Desktop/platform-tools/

5. Now connect your phone to the MAC with the USB cable.

6. Now enter the following command in the Terminal window to check the connection between MAC and Phone.

7. Now on your device, you’ll see an “Allow USB debugging” prompt. Allow the connection.

Install Adb Mac Os

Voila! You successfully install the ADB on MAC OS.

How to Install ADB on Linux

1. Visit this Google page to Download the ADB ZIP file for MacOS.

2. Now extract the folder on your Linux desktop.

3. Open the Terminal app on your Linux machine to follow the next step to install ADB.

4. Now to browse to the folder you extracted ADB into, enter the following command on Terminal window.

On my MAC the command looks like this cd /Users/Sid/Desktop/platform-tools/

5. Now connect your Android Device to the Linux with the USB cable.

6. Now enter the following command in the Terminal window to check the connection between Linux and Android SmartPhone.

7. Now on your device, you’ll see an “Allow USB debugging” prompt. Allow the connection.

Voila! You successfully install the ADB on your Linux Desktop.

So with this way you easily install and setup ADB on your Windows, MAC, and Linux. You can also check some of the Other guides here to install ADB and fastboot, Fastest Method to Setup ADB and Fastboot on Windows and Install ADB and Fastboot on Mac, Linux, Chrome OS With Nexus Tool Script

Android SDK Platform Tools are the key to getting your Android device work properly with your Windows PC or Mac or Linux Computer. In this guide, we will tell you how to properly install and setup ADB and Fastboot via Android SDK Platform Tools on Windows, MacOS or Linux.

Flexibility is Android’s biggest strength. You can easily tweak anything you want in your user interface and can easily personalize it with the endless customization tools available out there. If you have ever tried rooting your device, flashing a custom ROM, sideloading an OTA update or unlocking the bootloader of your device, you must have come across terms like ADB and Fastboot. These two tools are surprisingly powerful, but to use these feature you need to have Android SDK on your computer. Android SDK is a software development kit that enables developers to develop something new for the platform and is released by Google every year with the release of a new version of its operating system. The entire Android SDK package measures over 1 GB in size which is a lot of download for any normal user.

Android Adb Mac

But you don’t need to worry as with a new update Google released ADB and fastboot as a standalone download. With this, you don’t need to download the entire developer kit to use fastboot and ADB. The standalone zip files these tools are hardly 50 MB in size. This guide will help you to install these tools on your computer running any of these OS- Windows, MacOS or Linux.

Adb Download Mac

What are ADB and Fastboot?

Install Adb On Mac

These are tools which help you to send terminal commands to your phone from an external source with the help of USB. Both of them serve different purposes and here is a quick overview.

  • ADB or Android Debug Bridge is a command-line tool that lets you communicate with your device. The ADB command facilitates a variety of device actions such as installing and debugging apps.
  • Fastboot is the tool required to modify phone’s firmware from a computer. It can be described as a protocol for communication between your phone hardware and a computer, software that runs on the phone when in fastboot mode and the executable file on the computer you use to make them talk to each other.