Top "Monkeyrunner" questions

Monkeyrunner is tool from Android SDK which provides an API for writing programs that control an Android device or emulator from outside of Android code.

Reboot offline Android device remotely

I would like to reboot a connected but offline Motorola Droid 2 device via ADB (or monkeyrunner). Restarting ADB via adb …

android offline adb reboot monkeyrunner
Setup MonkeyRunner on Android

I'd like to use MonkeyRunner. I've got a monkeyrunner.jar and import it into my project. How can I use …

android eclipse monkeyrunner
How can I make a Java app using the Monkeyrunner API?

The Android SDK has an API for sending commands to the phone called Monkeyrunner. It appears to be a Python …

java android python api monkeyrunner
Mismatched input 'result expecting RPAREN: While running jython script

I have been trying to run a jython script which installs a package and opens a activity and then takes …

android testing jython monkeyrunner
How to click a view of android program through MonkeyRunner?

I want to use MonkeyRunner to test the compatibility of my android program for a list of devices with different …

android monkeyrunner
MonkeyRunner: easy way to determine coordinates for MonkeyDevice touch command?

I've started creating a MonkeyRunner script. This is going ok, but whenever I add a MonkeyDevice::touch command, I have …

android testing monkeyrunner
Recording Android user input for automated replay (automated testing)

Does anyway know of an open source solution for recording user input. The ideal one would output monkeyrunner script. I'm …

android automated-tests monkeyrunner