怎么使用命令:
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
原文地址:https://www.cnblogs.com/show2008/p/9480536.html
时间: 2024-10-24 23:48:13