Android SDK Platform-Tools is a component for the Android SDK. It includes tools that interface with the Android platform, such as adb, fastboot, and systrace.These tools are required for Android app development. Download ADB and Fastboot for Windows, Mac, Linux. The latest releases of Android SDK Platform Tools are available below and you can download ADB and Fastboot for various platforms: Windows, Mac and Linux. This page will always have the latest ADB / Fastboot binaries that are also included with the latest release of Android Studio / SDK Manager.
- Adb Files For Android Download Free
- Adb Files For Android Download Pc
- Adb Files For Android Download Manager
- Download Adb And Fastboot
- Adb And Fastboot Installer V1.4.3
Want to Root your Android Phone, Unlock Bootloader of your phone or want to install Custom ROM, then you need to install ADB and Fastboot on Windows. ADB and Fastboot drivers are must be needed for the android user to connect their phone to the Windows. So today here in this guide we will explain to you what are ADB and Fastboot Drivers and how to install ADB and Fastboot on Windows. Both these tools are very useful for modding and tweaking Android devices. Without these drivers, you can’t send terminal commands to an Android device. In this post we will discuss What is ADB, What is fastboot and how to install the same on your Windows PC.
This method will work for any android mobile user who is looking fo Xiaomi USB drivers, Sony USB drivers, Samsung USB drivers, Oneplus USB driver or any any other manufacturers. These are the universal drivers and will work on any Android phone.
Table of Contents
- 1 How to Install ADB and Fastboot On Windows
What is ADB Drivers and Why we need?
ADB means Android Debug Bridge. A small tool which allows you to send terminal commands to your Android phone from your Windows computer via USB. In simple words we can say that you can use ADB commands to roots your phone, unlock, flashing new ROMs, install the latest update and more.
What is Fastboot and how it works ?
Like ADB, fastboot is also an important tool for the Android devices. With the help of this tool, you can easily modify the Android file system from a computer. This will send commands to the bootloader, which means you can flash/modify things like custom recoveries, unlock bootloaders, modify bootloaders, install Custom recovery and all.
Some important fastboot commands
To unlock bootloader:-
To Flash recovery:-
To boot in recovery:-
To reboot phone:-
Both of these tools come with the Android SDK. And most of the user’s don’t know how to setup these drivers on the Windows PC. But don’t worry one of the XDA member released a new application which will help you to install the ADB and Fastboot On Windows In 15 SECONDS.
So let us take a look how to setup them and how it works. And this method will works on any Windows Machine, Whether it is windows 10,8/8.1/7 and XP.
Not only this tool install the ADB and Fastboot files on your windows, but also install the universal Google USB drivers, which will work on any Android phone.
How to Install ADB and Fastboot On Windows
1. Download the ADB and Fastboot drivers setup file here and save it on your Windows desktop. All you have to run this file once on Windows desktop and you are almost done.
2. After that Double-click/Run the adb-setup.exe file. Now you will see a command prompt window with the blue background. Type ‘Y’ to install the ADB and fastboot driver.
3. Now this will install all the ADB and fastboot drivers on your PC.
Adb Files For Android Download Free
4. Now type ‘Y’ again to install the latest Google USB drivers for your phone. This will help you to connect your phone with the PC. Now a new setup window will open on your desktop. Click “NEXT” to it, and this will install all the driver necessary file on your PC. See the screenshot below.
Adb Files For Android Download Pc
5. This will take few seconds to install device drivers, and after that, you will see a message on your screen that “Google Inc Ready to use.”
6. Now the ADB files and USB drivers are successfully installed on your PC. And you can see the ADB folder on your Windows C Drive (C:/ADB).
To check that ADB and Fastboot drivers are working fine on your Windows PC/ Open the ADB folder on C drive and hold the shift key and press right click and launched the command prompt windows on your desktop.
Connect your Phone to the PC with USB cable and type the following command in the command window. It will show you the list of devices connected.
If you can see the list of devices attached to the windows, Then you have to read our detailed guide to fix the ADB and Fasboot command on Windows Machine.
Video – Install ADB Fastboot Drivers
That’s it! Now you’ll have a working ADB and Fastboot setup on your Windows PC. If you have any doubts, comment below.
If you need to root your Android smartphone or tablet, you will most likely need to use fastboot and adb tools(except Samsung devices which use ODIN). Normally, fastboot and adb tools are included as part of Android SDK, which is a complete development tool for Android developers. But for rooting, you do not need to download the whole Android SDK, which can take up a lot of space on your hard disk and you just need fastboot and adb tools, which are less than 5MB.
The Fastboot.zip included here just provides exactly that, fastboot and adb tools you need and there are 3 different versions of it, Windows, Mac, and Linux so you can use it for all 3 different platforms in one download. These are taken straight from Android SDK so it will save you time. If you are using Chromebook, you can also get the adb tools thru the Chrome Web Store here.
Also, drivers are NOT required on Mac or Linux systems as they are included in the OS but if you are using Windows, you will need to use Android USB drivers, which are compatible with all Android devices and works on all Windows XP, 7, 8, and 11.
Download here:
Download fastboot.zip – Link
Download Android USB driver for Windows – Link
To use fastboot.zip, simply unzip and you will find fastboot.exe and adb.exe for Windows.
For Mac or Linux, you will have to change the file permissions first by typing:
cd Downloads
cd fastboot
chmod 755 *
Which will allow you to execute it. For Mac, you will have to start with:
./fastboot-mac
and./adb-mac
Adb Files For Android Download Manager
For Linux, you will have to start commands with:
Download Adb And Fastboot
sudo ./fastboot-linux
andsudo ./adb-linux
Note: the “sudo” is required if you are running your Linux system as a user. You can also simply type, “sudo -i” to enter root mode then you don’t have to type sudo in front.