← Back to team overview

sikuli-driver team mailing list archive

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

 

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

Description changed to:
************ information for Android experimental access in rc3 (April
2012)

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.

3) Just install the Android SDK.

3) You have to build android-robot from source (which is at extensions
/android-robot). Currently this might not work, since the monkeyrunner
API seems to have changed.

See https://answers.launchpad.net/sikuli/+question/194069 comment #6

So a ready adroid-robot.jar is currently not available for download.

You may also need to modify the path to the SDK and the JARs in run-
sikuli-monkey.sh and the build files. 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.