Install Android ADB In Windows 7

Overview

Android SDK has a powerful too called Android Debug Bridge (ADB) for debugging application development. The tool is a shell for accessing device internal storage which allows users to upload and download files, access embedded database, install .apk programs, etc

Download Android SDK

First thing to do is download the Android Software Developer Kit which contains the ADB tool. This can be found on the Android developers website. Once downloaded, extract it to a appropriate location. In this example it will be in C:\android-sdk-windows

Configuration

The ADB tool is located in C:\android-sdk-windows\platform-tools. This path needs to be added to the windows $PATH environment variable. Start the command line by typing cmd into the search bar of the start menu. The correct result is cmd.exe. Right click on this item and select Run as administrator. It may popup with some dialogue boxes but OK / approve them.

Type the following in the command line replacing the example path with the correct one:
PATH C:\android-sdk-windows\platform-tools;%path%

To test it works, close the command line and then restart it again. This time it does not need to run as an administrator. type adb shell and it should go to the command prompt which is a # symbol.

About Danny

I.T software professional always studying and applying the knowledge gained and one way of doing this is to blog. Danny also has participates in a part time project called Energy@Home [http://code.google.com/p/energyathome/] for monitoring energy usage on a premise. Dedicated to I.T since studying pure Information Technology since the age of 16, Danny Tsang working in the field that he has aimed for since leaving school. View all posts by Danny → This entry was posted in Mobile Phone, Programming, Windows and tagged , , , , , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *.

All comments must go through an approval and anti-spam process before appearing on the website. Please be patience and do not re-submit your comment if it does not appear.

This site uses Akismet to reduce spam. Learn how your comment data is processed.