adb常用命令

来源:互联网 发布:mac安装软件是什么格式 编辑:程序博客网 时间:2024/06/05 00:57
adb shell pm list packages | grep pili   //显示所有的包|查找所有的包
adb shell ping www.baidu.com     //检查手机网络是否可以ping通
adb shell netcfg或ifconfig    //查看手机ip等信息
adb shell screencap /sdcard/screen.png    //截屏,需rootrootadb pull /sdcard/screen.png           //pull到pc上
adb shell screenrecord /sdcard/demo.mp4   //录屏,需4.4+adb pull /sdcard/demo.mp4
其他命令介绍:http://adbshell.com/commands/adb-shell-screenrecord
0 0
原创粉丝点击