As far as I can tell, the monkeyrunner methods aren't designed to be called outside of Python. Monkeyrunner is a Python API for functional and integration tests.
You can put your API in a jar file and use it from Python. The 2.3 SDK has documentation for Monkeyrunner, including the procedure for adding your own .jar file to the environment. On Dec 17, 12:49 am, Miguel Pellón <[email protected]> wrote: > Hi all, > > I have developed a Java API to interact with some apps I developed > using adb commands. Since now monkeyrunner is out there, I would like > to use monkeyrunner methods in my java class. Do you know if this is > possible? If it is, how can this be done? > > Thanks! > > Regards, > Miguel -- 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

