Lines Matching refs:td
62 <td><code>avd</code></td>
64 <td>None</td>
66 <td>Launch the AVD Manager</td>
68 <td></td>
72 <td><code>sdk</code></td>
74 <td>None</td>
76 <td>Launch the Android SDK Manager</td>
78 <td></td>
82 <td rowspan="6"><code>create avd</code></td>
84 <td><code>-n <name></code></td>
86 <td>The name for the AVD.</td>
88 <td>Required</td>
92 <td><code>-t <targetID></code></td>
94 <td>Target ID of the system image to use with the new AVD. To obtain a list of available
95 targets, use <code>android list targets</code></td>
97 <td>Required</td>
101 <td><code>-c <path>|<size>[K|M]</code></td>
103 <td>The path to the SD card image to use with this AVD or the size of a new SD card image to
105 1000M</code>.</td>
107 <td></td>
111 <td><code>-f</code></td>
113 <td>Force creation of the AVD</td>
115 <td></td>
119 <td><code>-p <path></code></td>
121 <td>Path to the location at which to create the directory for this AVD's files.</td>
123 <td></td>
127 <td><code>-s <name>|<width>-<height></code></td>
129 <td>The skin to use for this AVD, identified by name or dimensions. The <code>android</code>
132 HVGA-L</code></td>
134 <td></td>
138 <td><code>delete avd</code></td>
140 <td><code>-n <name></code></td>
142 <td>The name of the AVD to delete</td>
144 <td>Required</td>
148 <td rowspan="3"><code>move avd</code></td>
150 <td><code>-n <name></code></td>
152 <td>The name of the AVD to move</td>
154 <td>Required</td>
158 <td><code>-p <path></code></td>
160 <td>Path to the location at which to create the directory for this AVD's files.</td>
162 <td></td>
166 <td><code>-r <new-name></code></td>
168 <td>New name of the AVD if you want to rename it</td>
170 <td></td>
174 <td><code>update avd</code></td>
176 <td><code>-n <name></code></td>
178 <td>The name of the AVD to move</td>
180 <td>Required</td>
198 <td rowspan="5"><code>create project</code></td>
200 <td><code>-n <name></code></td>
202 <td>The name for the project</td>
204 <td>Required</td>
208 <td><code>-t <targetID></code></td>
210 <td>Target ID of the system image to use with the new AVD. To obtain a list of available
211 targets, use <code>android list targets</code></td>
213 <td>Required</td>
217 <td><code>-k <path>|<size>[K|M]</code></td>
219 <td>Package namespace</td>
221 <td>Required</td>
225 <td><code>-a</code></td>
227 <td>Name for the default Activity class</td>
229 <td>Required</td>
233 <td><code>-p <path></code></td>
235 <td>Location of your project directory</td>
237 <td>Required</td>
241 <td rowspan="5"><code>update project</code></td>
243 <td><code>-n <name></code></td>
245 <td>The name of the project to update</td>
247 <td></td>
251 <td><code>-p <path></code></td>
253 <td>Location path of the project</td>
255 <td>Required</td>
259 <td><code>-l <library path></code></td>
261 <td>Location path of an Android Library to add, relative to the main project</td>
263 <td></td>
267 <td><code>-s <subprojects></code></td>
269 <td>Update any projects in subfolders such as test projects</td>
271 <td></td>
275 <td><code>-t <targetID></code></td>
277 <td>Target id to set for the project</td>
279 <td></td>
283 <td rowspan="3"><code>create test-project</code></td>
285 <td><code>-n <name></code></td>
287 <td>The name of the project</td>
289 <td></td>
293 <td><code>-p <path></code></td>
295 <td>Location path of the project</td>
297 <td>Required</td>
301 <td><code>-m <main></code></td>
303 <td>The name of the project</td>
305 <td>Required</td>
309 <td rowspan="2"><code>update test-project</code></td>
311 <td><code>-p <path></code></td>
313 <td>Location path of the project to test, relative to the new project</td>
315 <td>Required</td>
319 <td><code>-m <main></code></td>
321 <td>The main class of the project to test</td>
323 <td>Required</td>
327 <td rowspan="4"><code>create lib-project</code></td>
329 <td><code>-k <packageName></code></td>
331 <td>(Required) Package name of the library project</td>
333 <td>Required</td>
337 <td><code>-p <path></code></td>
339 <td>Location path of the project</td>
341 <td>Required</td>
345 <td><code>-t <targetID></code></td>
347 <td>Target ID of the library project</td>
349 <td>Required</td>
353 <td><code>-n <name></code></td>
355 <td>The name of the project</td>
357 <td>Required</td>
361 <td rowspan="3"><code>update lib-project</code></td>
363 <td><code>-p <path></code></td>
365 <td>Location path of the project</td>
367 <td>Required</td>
371 <td><code>-l <libraryPath></code></td>
373 <td>Location path of an Android Library to add, relative to the main project</td>
375 <td></td>
379 <td><code>-t <name></code></td>
381 <td>Target ID of the library project</td>
383 <td></td>
387 <td rowspan="3"><code>create uitest-project</code></td>
388 <td><code>-n <name></code></td>
389 <td>The name of the UI test project</td>
390 <td></td>
394 <td><code>-t <name></code></td>
396 <td>Target ID of the UI test project</td>
398 <td>Required</td>
402 <td><code>-p <path></code></td>
404 <td>Location path of the UI test project</td>
406 <td>Required</td>