1、安装JDK,详见[mac 安装开发环境(https://blog.youkuaiyun.com/matthew_han/article/details/109514006)
2、安装:Adt Bundle
网址:https://www.cnblogs.com/tc310/p/3938353.html
vim .bash_profile
export PATH=${PATH}:/Users/fantuan/Downloads/adt-bundle-mac-x86_64-20140702/sdk/platform-tools
source .bash_profile
跑命令:
adb shell monkey -p com.ares -v -v -v -s 100 --throttle 500 --ignore-crashes --ignore-security-exceptions --ignore-timeouts --ignore-native-crashes --monitor-native-crashes 500 >/Users/fantuan/Desktop/monkey/monkey.log
adb shell monkey -p com.astarup.plus.ceshi --ignore-crashes --ignore-timeouts --ignore-native-crashes --pct-touch 30 -s 1 -v -v --throttle 200 100000 2>/Users/fantuan/Desktop/monkey/monkey.log