adb install test1.apk
adb uninstall [packagename] 卸载
adb pull 将设备中的文件放到本地
adb push 将本地的文件放到设备中
adb shell screencap /sdcard/1.png 截屏
adb shell screenrecord /sdcard/1.mp4 录屏
adb shell input text “a” 让需要输入内容的文本框获取焦点并输入“a”
adb shell am broadcast -a [action.TEST]
相关文章
- 04-022021-01-20
- 04-022021-01-20
- 04-022021-01-20 灵动ICPC寒假集训
- 04-022021-01-20
- 04-022021-01-20