常用的adb命令有:
adb devices:查看已連接的設備列表。
adb shell:以shell模式進入設備的命令行界面。
adb push
adb pull
adb install
adb uninstall
adb logcat:查看設備的日志輸出。
adb reboot:重啟設備。
adb shell am start
adb shell pm list packages:列出設備上已安裝的應用包名。
adb shell input text
adb shell screencap
adb shell screenrecord
adb shell dumpsys
adb shell monkey
以上是一些常用的adb命令,還有更多其他命令可以通過adb --help查看。