[android-developers] Is it possible to use MonkeyRunner from java

2011-06-23 Thread Karthik
Hi, Is it possible to use monkeyrunner from java. If yes please let me know the approach. Thanks in advance Thanks --Karthik -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googleg

Re: [android-developers] Is it possible to use MonkeyRunner from java

2011-06-24 Thread Bill Napier
If you mean from Java on the phone (like as part of an application), then the answer is no. If you mean from Java on a computer, then the answer is yes. You just need to make your java project depend on the MonkeyRunner.jar and you can call some of it's internal classes to do what you need. We'r