diff options
| author | Quddus Chong <quddusc@google.com> | 2012-11-30 16:46:10 -0800 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2012-11-30 16:46:10 -0800 |
| commit | 42c0dfbb359a9d331a37fc0e91e5f8883a65ac85 (patch) | |
| tree | 8a2c3ecc57e5e234c41b33659c5a7e7347fb54fe /docs/html/tools/testing | |
| parent | 3351ab27b9fc9eb2b21044ac68efebd1cfe85dfb (diff) | |
| parent | f8b74a32dfd7b20b71e06e1516cc5119cfffb2b5 (diff) | |
| download | frameworks_base-42c0dfbb359a9d331a37fc0e91e5f8883a65ac85.zip frameworks_base-42c0dfbb359a9d331a37fc0e91e5f8883a65ac85.tar.gz frameworks_base-42c0dfbb359a9d331a37fc0e91e5f8883a65ac85.tar.bz2 | |
am f8b74a32: am 3a195029: am 51f5bcac: Merge "docs: Fixed typo in android tool syntax." into jb-mr1-dev
* commit 'f8b74a32dfd7b20b71e06e1516cc5119cfffb2b5':
docs: Fixed typo in android tool syntax.
Diffstat (limited to 'docs/html/tools/testing')
| -rw-r--r-- | docs/html/tools/testing/testing_ui.jd | 2 |
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><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: |
