summaryrefslogtreecommitdiffstats
path: root/docs/html/tools
diff options
context:
space:
mode:
authorQuddus Chong <quddusc@google.com>2012-11-30 16:26:35 -0800
committerQuddus Chong <quddusc@google.com>2012-11-30 16:26:35 -0800
commit4e58eca788db6bbd7f6a5172289c5bdc21a98e38 (patch)
tree96c2ef2e6f378df3f9ddc47e04f258e6e97ae9f6 /docs/html/tools
parent23b4e5b1b5c3af565f2af87be243e7b455002ae7 (diff)
downloadframeworks_base-4e58eca788db6bbd7f6a5172289c5bdc21a98e38.zip
frameworks_base-4e58eca788db6bbd7f6a5172289c5bdc21a98e38.tar.gz
frameworks_base-4e58eca788db6bbd7f6a5172289c5bdc21a98e38.tar.bz2
docs: Fixed typo in android tool syntax.
Change-Id: Ic40f10e3f6b7c052dc40cb723f40956a750544e8
Diffstat (limited to 'docs/html/tools')
-rw-r--r--docs/html/tools/testing/testing_ui.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/tools/testing/testing_ui.jd b/docs/html/tools/testing/testing_ui.jd
index 0aa7b78..2a4b08d 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 {
<p>Once you have coded your test, follow these steps to build and deploy your test JAR to your target Android test device:</p>
<ol>
<li>Create the required build configuration files to build the output JAR. To generate the build configuration files, open a terminal and run the following command:
-<pre>&lt;android-sdk&gt;/tools/android uitest-project -n &lt;name&gt; -t 1 -p &lt;path&gt;</pre>
+<pre>&lt;android-sdk&gt;/tools/android create uitest-project -n &lt;name&gt; -t 1 -p &lt;path&gt;</pre>
The {@code &lt;name&gt;} is the name of the project that contains your {@code uiautomator} test source files, and the {@code &lt;path&gt;} is the path to the corresponding project directory.
</li>
<LI>From the command line, set the {@code ANDROID_HOME} variable: