1

Is it possible to integrate monkey runner with UI Automator. I have imported the Monkeyrunner jar in UI Automator project.But when I run

ant build

Build Fails as it does not recognise any of the Classes. Is their any other method to recognise Monkeyrunner classes in UI Automator Java Project

Thanks in Advance

Diego Torres Milano
  • 65,697
  • 9
  • 111
  • 134
Rohit Jindal
  • 679
  • 1
  • 10
  • 21

1 Answers1

1

AndroidViewClient supports UiAutomator if present in the device.

The details can be seen on this post: http://dtmilano.blogspot.ca/2012/11/androidviewclient-uiautomator-support.html

Diego Torres Milano
  • 65,697
  • 9
  • 111
  • 134
  • Does AndroidViewClient wrap around UIAutomator or does it connect to the UIAutomator backend running on the device? I'm kinda confused by the lack of documentation for both. – Android Noob Jun 18 '13 at 15:05