ADBShell操作手册
ADB Debugging(adb调试命令) 3 adb devices 3 adb forward <local> <remote> 3 adb kill-server 3 无线网(Wireless) 3 adb connect <host>[:<port>] 3 adb usb 4 安装包管理命令(Package Manger) 4 adb install [option] <path> 4 adb uninstall [option] <package> 6 adb shell pm list packages [options] <FILTER> 7 adb shell pm path <PACKAGE> 10 adb shell pm clear <PACKAGE> 10 文件管理命令(File Manger) 10 adb pull <remote> [local] 10 adb push <local> <remote> 10 adb shell ls [options] <directory> 11 adb shell cd <directory> 13 adb shell rm [options] <files or directory> 13 adb shell mkdir [options] <directory name> 15 adb shell touch [options] <file > 15 adb shell pwd 16 adb shell cp [options] <source> <dest> 16 adb shell mv [options] <source> <dest> 16 网络命令(NetWork) 17 adb shell netstat 17 adb shell ping 17 adb shell netcfg 18 adb shell ip [OPTIONS] OBJECT 18 日志显示(Logcat) 18 adb logcat [option] [filter-specs] 18 adb shell dumpsys [options] 22