安装Apk 命令
adb install (apk 直接拖拽过来就可以了)
向手机中写入文件
adb push D:\file.txt/ststem/temp/
从手机中获取文件
adb pull /systme/temp/D:\file.txt
启动一个Activity
adb shell am start -n 包名/包名+类名
录制屏幕
adb shell screenrecord/sdcard/demo.mp4
重新启动
adb reboot
adb install (apk 直接拖拽过来就可以了)
adb push D:\file.txt/ststem/temp/
adb pull /systme/temp/D:\file.txt
adb shell am start -n 包名/包名+类名
adb shell screenrecord/sdcard/demo.mp4
adb reboot
本文标题:Android ADB 常用命令
本文链接:https://www.haomeiwen.com/subject/kchhwttx.html
网友评论