Download Latest ADB and Fastboot SDK Platform-Tools (2021 Updated): If you are an advanced Android user, you know that Android developers use the Android SDK or Android Studio to develop apps for Android users. Not just Android application development, Android SDK comes with various other tools under Platform-Tools such as ADB, Fastboot, Systrace and likewise.
These tools are used by advanced Android users who may or may not have Android programming knowledge. They use to tool to do advanced works on their Android smartphones like unlocking the bootloader, flashing boot image, and install custom ROM and likewise. Previously, they had to down the entire Android SDK to get the required tools. This used to consume internet data unnecessarily because only a certain portion of Android SDK comprises Platform-Tools.
ADB and Fastboot Download Only
How to Install ADB and Fastboot on Mac or Linux Rootmygalaxy a.k.a RMG was started in 2015 with a solo goal of Helping users with easy How-to guides. Slowly the website started sharing exclusive Leaks and Tech News. Install ADB on Windows, macOS, Linux and Chrome OS With Ease. ADB is a very useful utility for all Android programmers. Even if you are not one yourself, you now know how to set up ADB on your PC or Mac and use it with your Android device. And if you’re new to this, I’ve already listed some of the common ADB commands above. ADB and Fastboot drivers will be automatically downloaded and installed on your Mac OS. Step 7: To confirm the installation, go to the extracted android-sdk-macosx directory and then open the platform-tools folder. Follow these steps to install Android Studio on Chrome OS: If you haven't already done so, install Linux for Chrome OS. Open the Files app and locate the DEB package you downloaded in the Downloads folder under My files. Right-click the DEB package and select Install with Linux (Beta).
Fortunately, you can now download SDK Platform Tools only and separately that contain the latest ADB and Fastboot files. These files are finally made available by Google for all users starting from Windows to Linux and Mac. You can now download the latest ADB and Fastboot files any time from Google Developer Site. Before this new option provided by Google, advanced Android users to wanted to do more with their smartphones than what their OEMs provided them, they had to download the entire Android SDK or Studio which was time–consuming and data-consuming.
Do Not Settle With Third-Party ADB and Fastboot, get Android SDK Platform Tools
Since it was data-consuming with over 1GB of file size, most of the advanced Android users used to download third-party ADB and Fastboot files. For example, some of you may be aware of Minimal ADB and Fastboot as most of the people used to download. But third-party downloads can have malicious malware and Trojans that can do more damage than good. It is time to ditch the third-parties and get the latest tools directly from Google. The latest SDK Platform Tools file size is less than 4MB. The tools are available for Windows, Linux as well as Mac users. The downloadable links are provided below.
Android sdk platform-tools download offline
- Windows – platform-tools-latest-windows.zip
- Mac: platform-tools-latest-darwin.zip
- Linux: platform-tools-latest-linux.zip
How to Use Android SDK Platform tools (Installation)?
Video Guide
After downloading the appropriate Platform-Tools, you have to extract the Zip file and then open the extracted folder. Then launch a command window from inside the Platform-Tools folder. To do so, press Shift + Right Click on the blank space and select the option Open Command Window/power shell window Here option.
Once the command window opens, you can execute any command you want.
Mac Os Adb
Similar Posts:
Rootmygalaxy a.k.a RMG was started in 2015 with a solo goal of Helping users with easy How-to guides. Slowly the website started sharing exclusive Leaks and Tech News. In these 5 years, we have been credited by the likes of Forbes, CNBC, Gizmodo, TechCrunch, Engadget, Android Authority, GSM Arena and many others. Want to know more about us? Check out ourAbout Us pageor connect with us ViaTwitter, Facebook, YoutubeorTelegram.
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.
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.
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.
5. Go in there and scroll down to USB debugging and turn the toggle on. This will enable the USB debugging On Android.
![Mac Os Adb Mac Os Adb](https://i.stack.imgur.com/5XPde.gif)
![Mac os adb devices empty Mac os adb devices empty](https://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/ce52d903-cf20-45ed-bb21-aac7766cb1d0/pagelayers-opt.png)
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
![Mac Mac](https://img.gadgethacks.com/img/32/78/63576893141378/0/android-basics-install-adb-fastboot-mac-linux-windows.1280x600.jpg)
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.
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/
Mac Os Adb Command Not Found
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.
![Mac os advanced tips Mac os advanced tips](https://toucharena.com/wp-content/uploads/2015/11/install-fastboot-adb-696x403.png)
Mac Os Adblock
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
![](https://cdn-ak.f.st-hatena.com/images/fotolife/r/ruriatunifoefec/20200910/20200910011354.png)