Android Debug Bridge
A command line tool that facilitates communication with Android devices and emulators for tasks such as installation and debugging
It takes care to curate a safe software space. Help us do more.
&
| + | Shell Access | Allows users to open a shell on the device. This enables executing commands within the operating system to troubleshoot errors |
|---|---|---|
| + | App Installation | Provides a mechanism to install applications from a computer to the device. This bypasses the need to download programs through a marketplace |
| + | App Uninstallation | Enables the removal of applications via the terminal. Users specify the package name to delete software without touching the device |
| + | File Push | Allows users to send files from a computer to the device storage. This transfers media or documents |
| + | File Pull | Enables copying files from the device to the computer. This extracts data or retrieves media for review |
| + | Wireless Connection | Permits communication over Wi-Fi instead of relying on a cable. This allows testing without tethering the device to a workstation |
| + | Log Viewing | Provides access to logs. This helps developers identify errors or evaluate crashes to fix code |
| + | Port Forwarding | Sets up port forwarding from a port on the computer to a port on the device. This tests services on the device |
| + | Screen Recording | Captures the display as a video. This documents bugs or demonstrates interactions to users |
...11 more features/limitations. Contact us to get a complete list of features and system requirements.
System Requirements
Not available, but we appreciate help! You can help us improve this page by contacting us.
Ratings
Not available, but we appreciate help! You can help us improve this page by contacting us.
Developer
Written in
C
Initial Release
Not available, but we appreciate help! You can help us improve this page by contacting us.
License
Categories
Alternatives
Notes
- Universal ADB Drivers: One size fits all Windows Drivers for Android Debug Bridge. Received its last update on 2015-09-01. See repo. The download is not a result of GitHub Actions workflow (which usually results in a transparent compile) but is available as a precompiled binary, released from a separate repo.