Top "Android-monkey" questions

Questions related to use of monkey, a command-line tool in Android that allows developers to generate pseudo-random streams of user events such as clicks, touches, or gestures, as well as a number of system-level events on emulator and devices.

Android Monkey: "No activities found to run, monkey aborted"

My package is named com.mywebsite.banana. I want to have a seed, so the test is repeatable: -s 13 I …

android android-monkey
Easy way to find x y coordinates on MonkeyRunner

I am using MonkeyRunner to test my very broad application and running many different scripts on my devices. However it …

android monkeyrunner android-monkey