am 51f5bcac: Merge "docs: Fixed typo in android tool syntax." into jb-mr1-dev
* commit '51f5bcac5269b44cd312d16569357416da7b3a82': docs: Fixed typo in android tool syntax.
This commit is contained in:
@@ -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><android-sdk>/tools/android uitest-project -n <name> -t 1 -p <path></pre>
|
||||
<pre><android-sdk>/tools/android create uitest-project -n <name> -t 1 -p <path></pre>
|
||||
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.
|
||||
</li>
|
||||
<LI>From the command line, set the {@code ANDROID_HOME} variable:
|
||||
|
||||
Reference in New Issue
Block a user