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

Viewed 8760

The Android SDK has an API for sending commands to the phone called Monkeyrunner. It appears to be a Python API. Is there anyway I can use it in a Java application?

4 Answers
Related