Android Debug Bridge

Android Debug Bridge
Original author(s)Google
Stable release
34.0.1 (March 2023)
Repositoryandroid.googlesource.com
Written inC++
Operating systemWindows, Linux, macOS
Included withAndroid SDK
TypeSoftware development tool
LicenseApache License 2.0
Websitedeveloper.android.com/studio/command-line/adb

The Android Debug Bridge (commonly abbreviated as adb) is a programming tool used for the debugging of Android-based devices. The daemon on the Android device connects with the server on the host PC over USB or TCP, which connects to the client that is used by the end-user over TCP. Made available as open-source software under the Apache License by Google since 2007, its features include a shell and the possibility to make backups. The adb software is available for Windows, Linux and macOS. It has been misused by botnets and other malware, for which mitigations were developed such as RSA authentication and device whitelisting.


From Wikipedia, the free encyclopedia · View on Wikipedia

Developed by Nelliwinne