查看设备列表
adb devices
连接设备
adb -s device_name shell
安装软件
adb install E:\test.apk
查看日志
logcat
日志过滤请参考
Android adb的常用命令略解 Android adb的常用命令略解
mark files
2024-01-04 13:12:40
查看设备列表
adb devices
连接设备
adb -s device_name shell
安装软件
adb install E:\test.apk
查看日志
logcat
日志过滤请参考
Android adb的常用命令略解 Android adb的常用命令略解
mark files