


(The full IDE installation is very large.)ĪDB can be used via the command line on Windows, Linux, macOS, or even ChromeOS on modern Chromebooks. The Android Debug Bridge is included as part of Android Studio, Google’s IDE (Integrated Development Environment) for Android app development, but you can also download it as a standalone tool if you don’t need the full IDE. Lastly, there is a server on your development machine that establishes the connection to your device or emulator. It runs in the background on all devices and emulators equipped with ADB. Second, there is a daemon (ADBD) that actually executes the commands you send using the client. To achieve that, the tool is composed of three distinct parts.įirst, there is the client interface that lives on the machine you use for developing or debugging that sends commands to your device or emulator through the command line terminal. ADB stands for Android Debug Bridge, a powerful command line tool that you can use to debug your Android phone or tablet and send a large number of commands to control behavior on the device, allowing for the installation of apps and the logging of processes.
