adb logo
Android Debug Bridge (ADB) is a versatile command-line tool that lets you communicate with an Android device. It is a powerful tool for developers and power users who need to access and manage their devices' filesystems, run shell commands, and debug applications. ADB is a client-server program that includes three components: a client on the developer's computer, a daemon on the Android device, and a server that connects the two.