- Last updated 5/19/13 by exzacklyright
Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device Note: You must have debugging enabled on your Android device. Go into developer options and enable it! Your computer SHOULD install the drivers for you. If not after installing ADB, install them through the sdk manager. **Note: Fastboot on Windows 8 is being a pain to figure out** ADB Download Once downloaded, click install and pick the destination folder such as what is shown below. Open up Android SDK Manager and... read more