0% found this document useful (0 votes)
1K views

ADB Commands List

This document lists and briefly describes 17 common Android Debug Bridge (adb) commands used for debugging and testing Android devices and apps. Some key commands include adb devices to list connected devices, adb install/uninstall to install or remove apps, adb shell to run a remote shell on a device, and adb logcat to view system logs and debug outputs. Links are also provided for additional documentation on adb and related topics like key events and logcat filtering.

Uploaded by

Suresh Kumar
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views

ADB Commands List

This document lists and briefly describes 17 common Android Debug Bridge (adb) commands used for debugging and testing Android devices and apps. Some key commands include adb devices to list connected devices, adb install/uninstall to install or remove apps, adb shell to run a remote shell on a device, and adb logcat to view system logs and debug outputs. Links are also provided for additional documentation on adb and related topics like key events and logcat filtering.

Uploaded by

Suresh Kumar
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

ADB COMMANDS

1.adb devices
2.adb version
3.adb pull
4.adb push
5.adb logcat
6.adb shell
7.adb install/uninstall
8.adb shell dumpsys
9.adb shell screencap
10.adb root
11.adb reboot-recovery
12.adb reboot-bootloader
13.adb reboot fastboot
14.fastboot devices
15.adb get-serialno
16.adb kill-server
17.adb start-server
18.adb shell dumpsys SurfaceFlinger --list

Links:
https://developer.android.com/studio/com
mand-line/adb
https://developer.android.com/reference/a
ndroid/view/KeyEvent.html
https://adbshell.com/commands/adb-
logcat

You might also like