Android Debug Bridge icon
Android Debug Bridge icon

Android Debug Bridge

 4 likes

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

  • FreeOpen Source

Application type

Country of Origin

  • US flagUnited States

Platforms

  • Mac
  • Windows
  • Linux
  • Android
  • BSD
  No rating
4likes
0comments
0news articles

Features

Suggest and vote on features

Properties

  1.  Lightweight

Features

  1.  Portable
  2.  No registration required
  3.  Ad-free
  4.  Debugging
  5.  Android Development
  6.  Optimized for Fastboot mode

 Tags

Android Debug Bridge News & Activities

Highlights All activities

Recent News

No news, maybe you know any news worth sharing?
Share a News Tip

Recent activities

Show all activities

Android Debug Bridge information

  • Developed by

    US flagGoogle
  • Licensing

    Open Source and Free product.
  • Alternatives

    12 alternatives listed
  • Supported Languages

    • English

Our users have written 0 comments and reviews about Android Debug Bridge, and it has gotten 4 likes

Android Debug Bridge was added to AlternativeTo by Paul on Jun 17, 2022 and this page was last updated Jun 17, 2022. Android Debug Bridge is sometimes referred to as ADB.
No comments or reviews, maybe you want to be first?
Post comment/review

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.

Official Links