To install ADB on windows 7 please follow these steps below:
1. Download SDK from http://developer.android.com/sdk/index.html, chose android-sdk_r08-windows.zip
2. Extract here in C: or any drive we have (E:, F:, etc), the result will be look like android-sdk-windows
3. Open folder android-sdk-windows, then run SDK Manager.exe
4. Click Setting, check Force https://… sources to be fetched using http://…
5. Click Installed Packages, Click Update All, then choose accept for USB Driver Package, Revision 4 in Packages. For the other choices for other unneeded Packages, choose reject. Then click install. After USB Driver, close SDK Manager. Make sure you are connecting to the internet, as it uses to download USB Driver Package, Revision 4
6. Open the folder android-sdk-windows > platform-tools, then copy its Path, Example (what should be copied) C:\android-sdk-windows\platform-tools then we copy D:\android-sdk-windows\platform-tools, if we extract to drive D:
7. On Computer, right click then choose Properties, choose Advanced system settings, choose Environment variables, then on System variables find variable "Path" then click edit, then paste C:\android-sdk-windows\platform-tools on path, then click ok, and close.
we paste D:\android-sdk-windows\platform-tools, if we extract to drive D:
8. On your phone, choose Setting > Applications > Development > Enable USB Debugging. Then connect your phone to your computer. Check Device Manager, make sure your ADB Interface.
Suggested USB driver for your phone is already been installed.
9. Open Command prompt and follow these steps:
a. Type C: then enter. in case we type D: if we extract to drive D: or type E: if we extract to drive E:
b. Type cd android-sdk-windows\platform-tools then enter, so ADB will be ready to use
c. For testing just type adb devices then enter, so it will appear your serial number for your phone, means your ADB is already installed and ready to use.
if the serial number won’t show up, then the steps mustn’t be done, so be careful to the steps one by one.
Attention! For branded laptop such as Acer, toshiba, etc are suggested to extract in other drive than C:
0 comments:
Post a Comment