Question #169859 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169859
Description changed to: ************ information for Android experimental access in rc3 No documentation for the android extension right now. I just put together an example script in our source repository. Check it out at https://github.com/sikuli/sikuli/tree/develop/extensions/android-robot/example To run this example, you need three things: 1) sikuli-script.jar 2) android-robot-0.X.jar 3) Android SDK. 1) download the latest build of Sikuli at http://sikuli.org/download.shtml#last-build, and extract sikuli- script.jar from the package. 2) If you know how to build it from source (which is at extensions /android-robot), just use your own jar. - Or download it from http://sikuli.org/dl/android-robot-0.1.jar. - updated android robot http://sikuli.org/dl/android-robot-0.2.jar, which can be used without MonkeyRunnerStarter (see sample code in comment #10) 3) Just install the SDK provided by Google. You may also need to modify the path to the SDK and the JARs in run- sikuli-monkey.sh. When you have everything ready, just run ./run-sikuli- monkey.sh android-example.py, and you would see Sikuli is working on your android emulator/device. ------------------------------------------------------------- from comment #6 Hello, I would like to know if Maltipoo will have the following implemented: Android: new AndroidScreen automates Android devices/emulators using Monkey runner and Mac: Cocoa Accessibility API Thanks, Ray -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

