Androidのadbコマンドからタップイベントを起こす

エミュレータ・実機関係なく操作可能。

# adb shell input tap x y
$ adb shell input tap 150 300


他の動作(文字列入力など)は、下記方法で調べられる。

$ adb shell 
shell@android:/ $ input