-
Install Android SDK, add
build-toolsandplatform-toolsto$PATH, and make sure the commanddxis invocable in your shell.-
Mac OS:
ANDROID_HOMEcan be found at/Users/<your-name>/Library/Android/sdk/ -
You can save the following two lines into a file named AndroidSDK and put the file into
/etc/path.d. Next time when you open a new terminal./Users/tianxiaogu/Library/Android/sdk/build-tools/25.0.3 /Users/tianxiaogu/Library/Android/sdk/platform-tools
-
-
Install
anthttp://ant.apache.org/- Mac OS:
brew install ant
- Mac OS:
-
Install a JDK 1.7 or higher
-
Run command
antto build the project. You will find a file namedape.jar.
- Upload the
ape.jarto/sdcard/adb push ape.jar /sdcard/
- Update the
apescript for invoking the ape in the phone.adb push ape /sdcard/
-
Via
adb shelladb shell apeapeinherits all options from Monkey.
-
Via the
ape.pyfrom your local shell../ape.py