Integrating Monkeyrunner with UI Automator

坚强是说给别人听的谎言 提交于 2019-12-13 19:12:57

问题


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


回答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



来源:https://stackoverflow.com/questions/14099071/integrating-monkeyrunner-with-ui-automator

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!