From 6c49981d51eba1040a706e8bbbc475cc94948464 Mon Sep 17 00:00:00 2001 From: Joe Malin Date: Mon, 1 Nov 2010 17:19:40 -0700 Subject: [PATCH] DOC CHANGE: Add entry for monkeyrunner to tools index page. Change-Id: I6487521c3ab7cdf641242598dee6e2752f46fa7a --- docs/html/guide/developing/tools/index.jd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/html/guide/developing/tools/index.jd b/docs/html/guide/developing/tools/index.jd index 0e10377b19c5..899c0dc0a09e 100644 --- a/docs/html/guide/developing/tools/index.jd +++ b/docs/html/guide/developing/tools/index.jd @@ -90,6 +90,11 @@ efficiency. level events. You can use the Monkey to stress-test applications that you are developing, in a random yet repeatable manner. +
monkeyrunner
+
+ The monkeyrunner tool provides an API for writing Python programs that control an Android device + or emulator from outside of Android code. +
android
A script that lets you manage AVDs and generate Ant build files that -- 2.11.0