
- #How to install adb and fastboot windows 10 install#
- #How to install adb and fastboot windows 10 archive#
First, navigate to your phone’s Settings menu, then select “About Phone”. Step 2: Enable USB Debugging on your Android device
#How to install adb and fastboot windows 10 archive#
Once downloaded, extract the archive to a folder on your desktop or laptop. There is a choice to make depending on the platform you use – Windows, Mac, or Linux. This download includes tools that interface with the Android platform, such as ADB, fastboot, and systrace. This is found in the official download page for SDK Platform Tools. These days, Android has finally given us a way to get ADB – the tool we most likely will need – in a smaller download so we can just use that, instead of downloading the whole Android Studio. That presented a problem where if you had a slow internet connection, you would have to wait a while. In the past, there was no getting around this, so you had to download the whole caboodle. These days, that would mean a 600+ MB download of Android Studio which includes SDK Tools, which in turn includes ADB. Installing ADB the proper, old fashioned way usually requires downloading the whole Android SDK.
#How to install adb and fastboot windows 10 install#
With ADB, users can control their connected Android device over USB from a computer, copy files back and forth, install and uninstall apps, flash system elements, run shell commands, and more.ĪDB is used for a number of geeky tricks for your Android which include flashing a stock ROM or update, flashing a custom recovery, gaining root access to your device, and other such things.

The Android Debug Bridge is a command-line utility included with Google’s Android SDK. We need to tell you what ADB is and what it is used for.
