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 ..