← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #169859]: Availability? Mac: Cocoa Accessibility API and Android: using Monkey runner?

 

Question #169859 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/169859

    Status: Open => Answered

Tsung-Hsiang Chang proposed the following answer:
No documentation for the android extension right now.

I just put together an example script in our source repository. You can check it out at http://bazaar.launchpad.net/~sikuli-driver/sikuli/sikuli-x/files/head:/extensions/android-robot/example/.
To run this example, you need three things: 1) sikuli-script.jar 2) android-robot-0.1.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.

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.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.