adb 命令

http://blog.csdn.net/jlminghui/article/details/39268419

 

//在屏幕上做划屏操作,前四个数为坐标点,后面是滑动的时间(单位毫秒)

adb shell input swipe 50 250 250 250 500 

 

//在屏幕上点击坐标点x=50  y=250的位置。

adb shell input tap 50 250 

 

//输入字符abc

adb shell input text abc

posted @ 2018-01-03 13:35  野生野鸡码农  阅读(162)  评论(0编辑  收藏  举报