diff --git a/docs/html/tools/testing/testing_ui.jd b/docs/html/tools/testing/testing_ui.jd index 0aa7b7818df1d..2a4b08da923a1 100644 --- a/docs/html/tools/testing/testing_ui.jd +++ b/docs/html/tools/testing/testing_ui.jd @@ -322,7 +322,7 @@ public class LaunchSettings extends UiAutomatorTestCase {
Once you have coded your test, follow these steps to build and deploy your test JAR to your target Android test device:
<android-sdk>/tools/android uitest-project -n <name> -t 1 -p <path>+
<android-sdk>/tools/android create uitest-project -n <name> -t 1 -p <path>The {@code <name>} is the name of the project that contains your {@code uiautomator} test source files, and the {@code <path>} is the path to the corresponding project directory.