Wednesday, December 22, 2010

How To Set Up ADB/USB Drivers for Android Devices!! (1/4)

blogged by GmyDotCom
Setting Up The SDK
Download the Latest Android SDK from Google

Android SDK

Extract the Android SDK .Zip file to C:\AndroidSDK (this should name the new folder created AndroidSDK in the C directory.

On your phone, click Settings > Applications > Development and make sure USB Debugging is on.

Plug your phone into your computer via USB cable (it needs to be on). It should say installing drivers if using Windows.

!UPDATE 12.01.09 – If using Windows 7 skip steps 4 and 5 and use this procedure instead.

After it installs the drivers, goto the Start menu and type cmd into the search bar (Vista or higher) or click Run then type in cmd (XP) to open the command prompt.

Type the following into the command prompt window (hitting enter at the end of every line):

cd\
cd AndroidSDK\tools\
adb devices

UPDATE: If it says adb not found or something similar, download the ADB files and extract them into the Tools folder of the SDK (they were taken out by Google in the R08 version for some reason and need to be put back).

You should see a serial number pop up, it’s the serial number of your phone. This means you are all set.

If you do NOT see a serial number, then we need to reinstall the drivers.

No comments:

Post a Comment