You are here: Home > Google Chrome Tutorial

How to install ADB with Android SDK

February 12, 2012 20:11 PST

What is ADB

ADB (Android Debug Bridge) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device.

Android Debug Bridge is a part of the standard Android SDK, You can find the adb tool in {sdk foloder}/platform-tools/. so you can grab it from Android SDK package.

How To Install ADB (Android Debug Bridge)

  1. Installing the Android SDK: Download the zip file for Windows Android SDK, and then extract to C:/android-sdk-windows.
  2. Downloading the SDK Platform Tools: Browse to the SDK folder and launch SDK Manager. When launching it for the first time, it will present you with a window to choose packages to install. The first option begins with Android SDK Platform-tools. Make sure it is checked, and uncheck all the other packages for now. You can check/uncheck a package by clicking on its name and then selecting the Accept/Reject radio button. Simply click Install and wait till the platform tools are installed. Once the process is done, you will have a platform-tools folder inside your SDK folder. That folder will include ADB and all its dependencies.
  3. Setting the Path variable:
    • If you are using Windows 7, right-click the "Computer" icon and click Properties. Now click Advanced System Settings from the options in the left pane to bring up the System Properties window. Windows XP users will directly get this window when they right-click My Computer and click Properties.
    • In the System Properties window, click the Environment Variables button on the Advanced tab.
    • Find Path in the System variables section and double-click it to edit it, add the following string to the end:
      ;c:/android-sdk-windows/tools;c:/android-sdk-windows/platform-tools
  4. Installing the USB drivers:

    Finally, you need to install the USB drivers. You may or may not need to perform this step, depending on your device.

    • Launch SDK Manager from the SDK folder and click on Available packages in the left pane.
    • Expand Third party Add-ons followed by Google Inc. add-ons and check Google Usb Driver package
    • Click Install Selected and in the window that pops up, click the Accept all radio button followed by the Install button.

Other resources about installing ADB

Tags: Android | Root

No any comments
Leave your comment
If you want to leave your comment on this article, simply fill out the next form:
Name: * Requirement
E-mail: Optional (won't be published)
Website / Blog: Optional
Are you a human? For anti spammer, please calculate following expression:
6 x 1 + 1 = * Requirement
Comment:
* Requirement
You can use these tags:
[b] Text [/b]: Bold text
[quote] Text [/quote]: Quote text