...

Monday, 15 December 2014

How to Install Android SDK? (for Windows)

The Android Developer Kit, simply named as Android SDK is what all the advance users of Android should have installed on Windows running computers. In fact this tool stands behind each developer who is working in developing and testing new apps for improving, updating or unchaining different version of the Android OS. Basically, you are dealing with some codes that will be inserted in the command prompt window and through which you will be able to interact and access the system and in built programs from your handset. Eclipse is being the language in which the codes are written. Before beginning the proper operations there should be applied some pre-requisites.

  • 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.
  • 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. But, remember that this tutorial is posted only for those who have a Windows running computer. Now follow the given steps and install the Android SDK for Windows.
  1. Download the Android SDK from here and save the file on the desktop.
  2. Extract the file and place it to the root of the C driver. You should get something like “C:\ android-sdk-windows”.
  3. Go to the mentioned folder (C:\ android-sdk-windows) and open SDK manager.
  4. From there select “Android SDK Platform-tools, revision 6” along with anything else you want and start the installation procedure.
  5. 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.
  6. You can close the manager now.
  7. Up next, on your computer click on “Start / Windows button -> Control Panel -> System proprieties”.
  8. Choose “Advance System settings” followed by “Environment Variables”.
  9. Now we will set down the variables; in order to do so, scroll down until you see “Path” – click on the same.
  10. Into the Value field, on the end of the line add the following “;C:\android-sdk-windows\platform-tools;C:\android-sdk-windows\tools”.
  11. Click “OK” and exit.
  12. Now, take your Android based device and enable the USB debugging option on it: “Settings-> Applications-> Development”.
  13. Connect your handset with the computer by using its USB cable.
  14. Install the proper drivers for your phone / tablet.
  15. Open command prompt on your computer (“Start > Run > cmd”).
  16. On the cmd window type “adb devices”.
  17. Your device should now be listed in cmd meaning that you are done.
In case you are not getting the expected outputs, then something might went wrong. Anyway, try to do the following steps 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 perfectly.
Now you've learned how to install Android SDK / ADB on Windows running computer. You can now install a custom ROM on your device, root or unlock its boot-loader, or why not you can even develop a new app for the Android OS.

0 comments:

Post a Comment

Twitter Delicious Facebook Digg Favorites More

 
Design by MA Technologies | Bloggerized by Computer Science Prevails