标签:android 调试
查看设备列表
adb devices
连接设备
adb -s device_name shell
安装软件
adb install E:\test.apk
查看日志
logcat
日志过滤请参考
adb logcat 查看日志
mark files
adb 调试,布布扣,bubuko.com
adb 调试
原文地址:http://blog.csdn.net/wugian/article/details/38533703