Android SDK LATEST Versions

Android Documentation

Android System Images

Android SDK Extras

Android 14 Upside Down Cake SDK

Android 13 Tiramisu SDK

Android 12.x S SDK Download

Android SDK Tools

Android SDK Compilers + Sources

Android 11.x R SDK Download

Android 10.x Q SDK Download

Android 9.x Pie SDK Download

Android 8.x Oreo SDK Download

Android 7.x Nougat SDK Download

Android 6.x Marshmallow SDK Download

Android 5.x Lollipop Download

Android 4.4.x Kitkat Download

Android 4.1+ Jelly Bean Download

Android 4.x Ice Cream Sandwitch Download

Android NDK (Native Development Kit)

Wednesday, February 22, 2017

Set and Register Android SDK into System Environment /System Path



Registering your Android SDK to System Environment has advantage that you can do what Android SDK do directly from Command Line. This will decrease your dependency from 3rd party tools.

Doing so, will make "android" command available in CMD/CLI so you can invoke various Android SDK tools commands such as :
  1. Creating Android Project (YES, create android project)
  2. Update Android SDK from the console
  3. Manage Android SDK
  4. List SDK Packages
  5. Connect your Android device to your PC
  6. Install your app from PC to your device
  7. Copy file from PC to Android device or vice versa
  8. Take screenshot of your connected device right from the PC
  9. Record your device activity as video
  10. Hacking your droid phone from PC
  11. Etc.

How do we set android to system environment?

This small step is the gate :D This will register the path permanently on your system, unless you remove or edit it ..