Saturday, April 20, 2013

Beranda » , » Install Android SDK and ADB on Windows

Install Android SDK and ADB on Windows


Before beginning the proper operations there should be applied some pre requisites. You have the same explained and detailed during the next list of tasks, so take your time and read the preparation procedures. Then, you can safely take care of the installation process.
  • The Android SDK has some basic system requirement; before going any further check them by using the link from here.
  • Also, on your computer you will have to download JDK, the Java Development Kit; use the link from here.
  • Now, if you are looking forward in developing new apps for the Android OS, then, you need to download the Eclipse IDE (use the link from here) and the ADT plug-in which can be downloaded from here.
  • Install Eclipse on your PC, run the same and then go to “Window -> Android SDK -> AVD Manager”. By completing this you will be able to stay up to date with all the platforms.
  • Of course if you don’t want to use Android SDK for developing and testing apps, you can skip the Eclipse IDE section.
You can start the installation procedure now. Again, remember that this tutorial is being suitable only for those who have a Windows running computer.

How to Install Android SDK / ADB on Windows

  1. In order to get used with the Android SDK, first it is recommended to download the little edition; don’t worry you can anytime get the one suitable with the advance users.
  2. So, download the starter package from here and save the file on the desktop.
  3. Extract the file and place it to the root of the C driver. You should get something like “C:\ android-sdk-windows”.
  4. Go to the mentioned folder (C:\ android-sdk-windows) and open SDK manager.
  5. From there select “Android SDK Platform-tools, revision 6” along with anything else you want and start the installation procedure.
  6. Then, go to path “Available Packages -> Third party Add-ons -> Google Inc. add-ons -> check Google USB Driver package, revision 4? and install this too.
  7. You can close the manager now.
  8. Up next, on your computer click on “Start / Windows button -> Control Panel -> System proprieties”.
  9. Choose “Advance System settings” followed by “Environment Variables”.
  10. Now we will set down the variables; in order to do so, scroll down until you see “Path” – click on the same.
  11. Into the Value field, on the end of the line add the following “;C:\android-sdk-windows\platform-tools;C:\android-sdk-windows\tools”.
  12. Click “OK” and exit.
  13. Now, take your Android based device and enable the USB debugging option on it: “Settings-> Applications-> Development”.
  14. Connect your handset with the computer by using its USB cable.
  15. Install the proper drivers for your phone / tablet.
  16. Open command prompt on your computer (“Start -> run -> cmd”).
  17. On the cmd window type “adb devices”.
  18. Your device should now be listed in cmd meaning that you are done.
In case you are not getting the expected results, then something wrong might had happened. Anyway, try to do the following in order to resolve the issues:
  • Right click on the “My computer” icon and then open the Device manager.
  • A yellow exclamation mark should be near the Unknown Device group.
  • Right click on ADB and select “Update Driver Software -> Browse -> Let me pick”.
  • Click on “Have disk -> browse”.
  • Head to path “C:\android-sdk-windows\extras\google\usb_driver and choose android_winusb.inf.” and click on the Android ADB Interface.
  • Ignore the warnings if such is displayed.
  • When the installation procedure is over, re-open the cmd on your computer, type “adb devices” once more; this time everything should be working as expected.
So, there you have it; now you know how to install Android SDK / ADB on your Windows running computer. You can now install a custom ROM on your device, root or unlock its bootloader, or why not you can even develop a new app for the Android OS.

Note: If this tutorial worked for you (and it should work), please leave a comment below. Thanks.