adb version 查看版本
adb devices 查看连接设备
adb install <apkfile> 安装
adb uninstall <packge> 卸载
adb start-server 启动Server
adb kill-server 停止Server
adb logcat 查看日志
adb shell pm clear <packagename> 清除应用数据
adb shell getprop ro.product.model 查看设备型号
adb shell getprop ro.build.version.release 查看Android版本
adb shell wm size 查看分辨率
adb shell wm density 查看屏幕密度
另看到一个互补的://www.greatytc.com/p/ca06a4d1447b