Skip to content

Commit 4e58eca

Browse files
committed
docs: Fixed typo in android tool syntax.
Change-Id: Ic40f10e3f6b7c052dc40cb723f40956a750544e8
1 parent 23b4e5b commit 4e58eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/html/tools/testing/testing_ui.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ public class LaunchSettings extends UiAutomatorTestCase {
322322
<p>Once you have coded your test, follow these steps to build and deploy your test JAR to your target Android test device:</p>
323323
<ol>
324324
<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:
325-
<pre>&lt;android-sdk&gt;/tools/android uitest-project -n &lt;name&gt; -t 1 -p &lt;path&gt;</pre>
325+
<pre>&lt;android-sdk&gt;/tools/android create uitest-project -n &lt;name&gt; -t 1 -p &lt;path&gt;</pre>
326326
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.
327327
</li>
328328
<LI>From the command line, set the {@code ANDROID_HOME} variable:

0 commit comments

Comments
 (0)