• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Help with using Monkey Tool

Hi ibrahim, you posted in the wrong part of the forum (game forum). I think you have a developer question with Monkey Tool. One of the developer members here might be able to assist you. If this is not what you meant, please tell me and I'll move your thread to the appropriate location.

-Roze-
 
Monkey comes ready to use on your phone. Normally you'll run it with adb (from the android sdk tools). Just type something like:

adb shell monkey

If you want to use it on a specific app then use

adb shell monkey -p com.app.name

You can have it do more or less than the default # of events:

adb shell monkey -p com.app.name 10000
 
if crash will occur after 3 hours but events are running, so its mean that monkey is proper running or we have to stop ?
How to check monkey is running in proper way?
 
Back
Top Bottom