Setup ADB and Fastboot Driver With Android SDK
Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device. By having ADB and fastboot, it helps to install and flash zip into your device like custom recovery, ... »