How to setup ADB and Fastboot

SDK Platfom-tools download

The Path in Environment Variables

C:\android-sdk\platform-tools

Commands to test adb and fastboot are working

adb help

fastboot help

adb --version

Updating or installing adb and fastboot

  1. delete platform-tools folder here C:\android-sdk\platform-tools
  2. download new files https://developer.android.com/studio/releases/plat...
  3. extract new files to C:\android-sdk\
  4. the path remains the same so nothing to do here.

Complete and Continue  
Discussion

148 comments