android gradle - UiAutomator 2.0 and Eclipse -
is there way compile uiautomator 2.0 eclipse , ant?
i have added android.jar
, uitautomator.jar
files android-23 no avail. eclipse still not see uiautomator 2.0 specific methods uiobject2
.
i have attempted build .jar
file ant in gradle generates required .jar
file works uiautomator 1.0. used method detailed here.
i know android officially supports android studio+gradle setup requires usage of standalone uiautomator.jar
file ant builds, not supported (at least far know) android studio , gradle.
will appreciate push in right direction.
Comments
Post a Comment