November 2014
Intermediate to advanced
624 pages
16h 56m
English
The Android Debug Bridge (ADB) is a client-server tool that interacts directly with Android devices and emulators using a command-line interface. You can use this tool, which is provided as part of the Android SDK, to manage and interact with emulator and device instances connected to a development machine and view logging and debugging information. ADB also provides the underpinnings for other tools, such as the Android ADT Bundle and Dalvik Debug Monitor Service (DDMS). This Quick-Start Guide is not intended to completely document the ADB functionality. Instead, it is designed to get you up and running with common tasks. See the ADB documentation provided with the Android SDK for a complete list of ...