--- slug: / sidebar_position: 0 --- # Introduction [ADB (Android Debugging Bridge)](https://developer.android.com/studio/command-line/adb) is the protocol for communicating with Android devices. This is an unofficial book about it. Including an overview of how Native ADB and my Web ADB implementations work. ## Links * Source Code: [https://android.googlesource.com/platform/packages/modules/adb](https://android.googlesource.com/platform/packages/modules/adb)