Here is a more typical command line, which will launch your application and send 500 pseudo-random events to it:
$ adb shell monkey -p your.package.name -v 500
but I am wondering how can I send only one click to my app at position 50,50
Here is a more typical command line, which will launch your application and send 500 pseudo-random events to it:
$ adb shell monkey -p your.package.name -v 500
but I am wondering how can I send only one click to my app at position 50,50