Android Debug Bridge
Android Debug Bridge (adb) is a versatile command-line tool that lets you communicate with a device. The adb command facilitates a variety of device actions, such as installing and debugging apps, and it provides access to a Unix shell that you can use to run a variety of...
License model
- Free • Open Source
Application type
Platforms
- Mac
- Windows
- Linux
- Android
- BSD
Features
- Portable
- Lightweight
- No registration required
- Ad-free
- Debugging
- Android Development
- Optimized for Fastboot mode
Android Debug Bridge News & Activities
Highlights • All activities
Recent News
No news, maybe you know any news worth sharing?
Share a News TipRecent activities
- POX added Android Debug Bridge as alternative to ADB-whit-GUI
- veneno_ liked Android Debug Bridge
- POX added Android Debug Bridge as alternative to Android Ultimate Toolbox Pro
- Maoholguin added Android Debug Bridge as alternative to LogFox
- jdakfkj333 added Android Debug Bridge as alternative to Android Logcat (no root) and Android SysLog
- MrMariU added Android Debug Bridge as alternative to ADB AppControl
- yenthmiao added Android Debug Bridge as alternative to Tango ADB
- Daniel_Smith added Android Debug Bridge as alternative to Adebar
No comments or reviews, maybe you want to be first?
Post comment/reviewAndroid Debug Bridge information
What is Android Debug Bridge?
Android Debug Bridge (adb) is a versatile command-line tool that lets you communicate with a device. The adb command facilitates a variety of device actions, such as installing and debugging apps, and it provides access to a Unix shell that you can use to run a variety of commands on a device. It is a client-server program that includes three components:
- A client, which sends commands. The client runs on your development machine. You can invoke a client from a command-line terminal by issuing an adb command.
- A daemon (adbd), which runs commands on a device. The daemon runs as a background process on each device.
- A server, which manages communication between the client and the daemon. The server runs as a background process on your development machine.
It's the original android developers development toolbox developed by the original developers