ADB, Android Debug Bridge, is a command-line utility included with Google's Android SDK. ADB can control your device over USB from a computer, copy files back and forth, install and uninstall apps, run shell commands.
Android Debug Bridge (adb) is a flexible order line instrument that lets you speak with a gadget. The adb order encourages an assortment of gadget activities, for example, introducing and troubleshooting applications, and it gives access to a Unix shell that you can use to run an assortment of orders on a gadget. It is a customer server program that incorporates three segments:
A client, which sends orders. The customer runs on your advancement machine. You can summon a customer from an order line terminal by giving an adb order.
A daemon (adbd), which runs orders on a gadget. The daemon runs as a foundation procedure on every gadget.
A server, which oversees correspondence between the customer and the daemon. The server runs as a foundation procedure on your improvement machine.