ADB Shell Commands -- ADB命令大全
Posted show2008
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ADB Shell Commands -- ADB命令大全相关的知识,希望对你有一定的参考价值。
怎么使用命令:
1、解压ADB包到指定文件夹,内含文件有:adb.exe,AdbWinApi.dll,AdbWinUsbApi.dll ;
2、打开 CMD(Win+R)进入到 ADB 路径下,开始执行ADB命令。
ADB命令集合:
ADB Debugging
Wireless
Package Manager
File Manager
- adb pull
- adb push
- adb shell ls
- adb shell cd
- adb shell rm
- adb shell mkdir
- adb shell touch
- adb shell pwd
- adb shell cp
- adb shell mv
Network
Logcat
Screenshot
System
以上是关于ADB Shell Commands -- ADB命令大全的主要内容,如果未能解决你的问题,请参考以下文章
adb shell settings 控制安卓系统设置(转)