diff --git a/docs/html/guide/developing/building/building-cmdline.jd b/docs/html/guide/developing/building/building-cmdline.jd index d78a4f55c0690..c43962a81a28c 100644 --- a/docs/html/guide/developing/building/building-cmdline.jd +++ b/docs/html/guide/developing/building/building-cmdline.jd @@ -365,7 +365,7 @@ test project, the tested project is also cleaned.
Builds a test project and the tested project, installs both .apk files, and runs the tests.
-
ant emma debug installt test
+
ant emma debug install test
Builds a test project and the tested project, installs both .apk files, and runs the tests with code coverage enabled.