adb

adb

Android Debug Bridge CLI

Description

Want to install packages, transfer files, grab logs or run automation on an Android phone from your computer? adb (Android Debug Bridge) is the official Android command-line debugging tool—over USB or wireless, it lets you control the phone from a PC: install and remove APKs, push and pull files, view logs, and enter a shell. Essential for Android dev and power users.

Features



Device debugging: run commands, capture logs and enter a shell on a connected phone.

Package management: install and uninstall APKs from the command line.

File transfer: push/pull files between computer and phone.

Official tool: a core part of the Android SDK Platform-Tools.