
Official website (https://developer.android.com/studio/command-line/adb)
Official website

Android Debug Bridge (adb) | Android Studio | Android Developers
Find out about the Android Debug Bridge, a versatile command-line tool that lets you communicate with a device.
developer.android.com →Link to the official site · 40,000 chars · not written by Vinony
Article · 中文
Android调试桥(英語:Android Debug Bridge,简称:ADB),是一种拥有众多功能的、用于调试Android设备的命令行工具,使用户可以借ADB工具与Android设备进行通信。ADB中的命令便于执行各种设备操作(例如安装和调试应用,传输文件等),并提供对Unix shell(用于在设备上运行各种命令)的访问权限。它是一种客户端 - 服务器程序,包括客户端、守护进程(adbd)、服务器三个组件。
Abstract from DBpedia / Wikipedia · CC BY-SA