


In case you need to launch the Command or CMD window from inside the Platform-tools folder, there are 2 ways to do that. Click the Search icon next to the Windows menu icon on the taskbar and hit the Enter key. It’s very easy to launch a command prompt window on a Windows PC. Launching a Command Window with ADB/Fastboot Path Having extracted the zip file, you need to launch a command prompt window before you can execute an ADB or Fastboot command. You can extract it anywhere on your computer but I prefer saving the files to a folder created as “Android” on the C drive on my Windows PC. Download ADB and Fastboot SDK Platform-Toolsīelow you can download the Android SDK Tools for all three major operating systems for computers.įirst of all, you need to unzip the “ platform-tools-latest.zip“. Later, Google decided to release the Platform-tools separately in a compact easy-to-download Zip package for operating systems like Windows, Linux, and Mac. Originally, the Android SDK platform tools were a part of the Android SDK Manager and Android Studio. These drivers are very essential because they let a computer establish a connection with an Android phone, tablet, or smartwatch connected over a USB cable or WiFi. The SDK platform tools contain the ADB and Fastboot drivers for Android. SDK is an abbreviation for Software Development Kit. If you want to learn about the possibilities you can explore after installing the Android SDK platform tools, please refer check out the following lists of commands. Moreover, you can also flash factory images, custom recovery, sideload APK, and so on. Using ADB and Fastboot commands, you can install, uninstall, debug, and emulate apps, customize your Android device, enable and disable hidden settings, back up your data, push and full files, and remotely control your device from your computer.

Below, you can download the latest SDK platform tools Zip for Windows, Linux, and macOS X directly from the Google servers. The SDK Platform tools pack together all required files to execute ADB and Fastboot commands.

Before you can do that, however, you must download and install the ADB drivers on your computer. You can use ADB and Fastboot commands on Windows, macOS, or Linux to control and customize your Android phone or tablet. They are very useful command-line tools that can be used to perform countless developer-level tasks on Android devices. Nobody can call oneself an avid Android user without being familiar with ADB and Fastboot.
