adb 调试
时间:2014-08-13 13:11:06
收藏:0
阅读:276
查看设备列表
adb devices
连接设备
adb -s device_name shell
安装软件
adb install E:\test.apk
查看日志
logcat
日志过滤请参考
Android adb的常用命令略解 Android adb的常用命令略解
mark files
评论(0)