Hi, I start monkey like this:
monkey -p <MY PACKAGE> --port 4321 (I have already done a tcp port forwarding). I then use PuTTY to telnet to 127.0.0.1:4321 I can issue a command like tap 100 100 I get a response OK but I see nothing happening on the UI. I have placed a button at that location but I does not receive the touch event. When I run monkey like this monkey -p <MY PACKAGE> --pct-touch 100 -v 10 I see touch events being dispatched to the screen. Why is this happening? Cheers, Earlence -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

