USB Driver for Windows

The USB driver for Windows is a downloadable component for the Android SDK. If you are developing on Windows and would like to connect an Android-powered device to test your applications, then you will need to install the USB driver.

This document provides information about the latest version of the USB driver and a guide to installing the driver on your development computer.

Note: If you're developing on Mac OS X or Linux, then you do not need to install a USB driver. Refer to Setting up a Device to start development with a device.

Revision Notes

Revision 3

Adds support for the Nexus One. Released January 2010.

Revision 2

Adds support for the Verizon Droid (or similar hardware on other carriers). Released November 2009.

Revision 1

This was the initial release of the WinUsb-based driver, with support for the T-Mobile G1 and myTouch 3G (and similar devices).

Installing the USB Driver for Windows

Before you perform the installation below, you must have the USB driver saved to your development computer. To get the USB driver, use the AVD and SDK Manager included with the SDK Tools to download the USB driver as an SDK component. For more information, read Adding SDK Components.

Once you have the USB driver saved to your computer, select the appropriate procedure below, based on your operating system and whether you're installing for the first time or upgrading.

If you are connecting an Android-powered device to your computer for the first time, follow the below procedure to "Perform a fresh installation." If you have installed one of the older USB drivers and would like to upgrade to the latest version, follow the procedure to "Upgrade an existing driver."

Once you've completed the USB driver installation, please see Developing on a Device for other important information about using an Android-powered device for development.

  1. Windows Vista:
    1. Perform a fresh installation
    2. Upgrade an existing driver
  2. Windows XP:
    1. Perform a fresh installation
    2. Upgrade an existing driver

Caution: You may make changes to android_winusb.inf file found inside usb_driver\ (for example, to add support for other devices), however, this will lead to security warnings when you install or upgrade the driver. Making any other changes to the driver files may break the installation process.

Windows Vista: Perform a fresh installation

To install the Android USB driver on Windows Vista for the first time:

  1. Connect your Android-powered device to your computer's USB port. Windows will detect the device and launch the Found New Hardware wizard.
  2. Select "Locate and install driver software."
  3. Select "Don't search online."
  4. Select "I don't have the disk. Show me other options."
  5. Select "Browse my computer for driver software."
  6. Click "Browse..." and locate the folder where you copied the installation package. As long as you specified the exact location of the installation package, you may leave "Include subfolders" checked or unchecked—it doesn't matter.
  7. Click "Next." Vista may prompt you to confirm the privilege elevation required for driver installation. Confirm it.
  8. When Vista asks if you'd like to install the Google ADB Interface device, click "Install" to install the driver.

Windows Vista: Upgrade an existing driver

To upgrade an existing Android USB driver on Windows Vista with the new driver:

  1. Connect your Android-powered device to your computer's USB port.
  2. Right-click on "Computer" from your desktop or Windows Explorer, and select "Manage."
  3. Select "Device Manager" in the left pane of the Computer Management window.
  4. Locate and expand "ADB Interface" in the right pane.
  5. Right-click on "HTC Dream Composite ADB Interface", and select "Update Driver Software..."
  6. When Vista starts updating the driver, a prompt will ask how you want to search for the driver software. Select "Browse my computer for driver software."
  7. Click "Browse..." and locate the folder where you copied the installation package. As long as you specified the exact location of the installation package, you may leave "Include subfolders" checked or unchecked—it doesn't matter.
  8. Click "Next." Vista may prompt you to confirm the privilege elevation required for driver installation. Confirm it.
  9. When Vista asks if you'd like to install the Google ADB Interface device, click "Install" to install the driver.

Windows XP: Perform a fresh installation

To install the Android USB driver on Windows XP for the first time:

  1. Connect your Android-powered device to your computer's USB port. Windows will detect the device and launch the Hardware Update Wizard.
  2. Select "Install from a list or specific location" and click "Next."
  3. Select "Search for the best driver in these locations"; un-check "Search removable media"; and check "Include this location in the search."
  4. Click "Browse..." and locate the folder where you copied the installation package.
  5. Click "Next" to install the driver.

Windows XP: Upgrade an existing driver

To upgrade an existing Android USB driver on Windows XP with the new driver:

  1. Connect your Android-powered device to your computer's USB port.
  2. Right-click on "My Computer" from your desktop or Windows Explorer, and select "Manage."
  3. Select "Device Manager" in the left pane of the Computer Management window.
  4. Locate and expand "Android Phone" in the right pane.
  5. Right-click "Android Composite ADB Interface" and select "Update Driver..." This will launch the Hardware Update Wizard.
  6. Select "Install from a list or specific location" and click "Next."
  7. Select "Search for the best driver in these locations"; un-check "Search removable media"; and check "Include this location in the search."
  8. Click "Browse..." and locate the folder where you copied the installation package.
  9. Click "Next" to install the driver.
↑ Go to top