summaryrefslogtreecommitdiffstats
path: root/docs/html/tools/help/android.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/tools/help/android.jd')
-rw-r--r--docs/html/tools/help/android.jd32
1 files changed, 28 insertions, 4 deletions
diff --git a/docs/html/tools/help/android.jd b/docs/html/tools/help/android.jd
index 282c791..19891e8 100644
--- a/docs/html/tools/help/android.jd
+++ b/docs/html/tools/help/android.jd
@@ -280,7 +280,7 @@ and may be out of date. For the most current list of options, execute <code>andr
</tr>
<tr>
- <td rowspan="3"><code>create-test-project</code></td>
+ <td rowspan="3"><code>create test-project</code></td>
<td><code>-n &lt;name&gt;</code></td>
@@ -306,7 +306,7 @@ and may be out of date. For the most current list of options, execute <code>andr
</tr>
<tr>
- <td rowspan="2"><code>update-test-project</code></td>
+ <td rowspan="2"><code>update test-project</code></td>
<td><code>-p &lt;path&gt;</code></td>
@@ -324,7 +324,7 @@ and may be out of date. For the most current list of options, execute <code>andr
</tr>
<tr>
- <td rowspan="4"><code>create-lib-project</code></td>
+ <td rowspan="4"><code>create lib-project</code></td>
<td><code>-k &lt;packageName&gt;</code></td>
@@ -358,7 +358,7 @@ and may be out of date. For the most current list of options, execute <code>andr
</tr>
<tr>
- <td rowspan="3"><code>update-lib-project</code></td>
+ <td rowspan="3"><code>update lib-project</code></td>
<td><code>-p &lt;path&gt;</code></td>
@@ -382,6 +382,30 @@ and may be out of date. For the most current list of options, execute <code>andr
<td></td>
</tr>
+
+ <tr>
+ <td rowspan="3"><code>create uitest-project</code></td>
+ <td><code>-n &lt;name&gt;</code></td>
+ <td>The name of the UI test project</td>
+ <td></td>
+ </tr>
+
+ <tr>
+ <td><code>-t &lt;name&gt;</code></td>
+
+ <td>Target ID of the UI test project</td>
+
+ <td>Required</td>
+ </tr>
+
+ <tr>
+ <td><code>-p &lt;path&gt;</code></td>
+
+ <td>Location path of the UI test project</td>
+
+ <td>Required</td>
+ </tr>
+
</table>
<h3>Update actions</h3>