As of now, we don't have plans to port the current version of DD to
newer version of Android.
IMO, this requires a bit of understanding into DD sources.
However, we made changes to UIAutomator (Available in Android 4.0+) to
integrate Dynodroid into it.
We modified sources of uiautomator
(<androidSourcesRootFolder>/frameworks/testing/uiautomator).
Attached are the modified sources. Extract the sources and replace
<androidSourcesRootFolder>/frameworks/testing/uiautomator with the
extracted contents.
Attached are the changes.
uiautomator works with device and emulator. It runs in the device and
thus will be faster.
Using dynodroid with uiautomator (emulator):
1) install the required app. (adb install <apk>)
2) get the package name of the app (by using AndroidManifest.xml)
3) adb shell uiautomator autoTest <appPackageName> <strategyNumber>
<numberOfEvents>
strategyNumber: 1(Random Pick), 2(Random Bias), 3(Frequency).
Thanks,
Aravind
> --
> You received this message because you are subscribed to the Google Groups
> "Dynodroid" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
dynodroid+...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.