diff options
author | Rich Slogar <rslogar@google.com> | 2015-02-23 11:30:02 -0800 |
---|---|---|
committer | Rich Slogar <rslogar@google.com> | 2015-02-23 11:37:36 -0800 |
commit | 6de010f6005563d504e0d02ff0eb7094742f3b8a (patch) | |
tree | 7afb03ced5c0eb0bb57d34ab6dfcef1bbad46e77 /docs/html/tools | |
parent | 81752cf5148b93ef84f8890cb04876344924eae8 (diff) | |
download | frameworks_base-6de010f6005563d504e0d02ff0eb7094742f3b8a.zip frameworks_base-6de010f6005563d504e0d02ff0eb7094742f3b8a.tar.gz frameworks_base-6de010f6005563d504e0d02ff0eb7094742f3b8a.tar.bz2 |
docs: remove exploring sdk link
b.android 153523
Change-Id: Iaf4de80196d10d686d5a4bde5ffa4169df2810cd
Diffstat (limited to 'docs/html/tools')
-rw-r--r-- | docs/html/tools/help/android.jd | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/docs/html/tools/help/android.jd b/docs/html/tools/help/android.jd index 19891e8..0d7d2aa 100644 --- a/docs/html/tools/help/android.jd +++ b/docs/html/tools/help/android.jd @@ -6,25 +6,26 @@ parent.link=index.html <p>{@code android} is an important development tool that lets you:</p> <ul> - <li>Create, delete, and view Android Virtual Devices (AVDs). See <a href= - "{@docRoot}tools/devices/managing-avds-cmdline.html">Managing AVDs from the Command -Line</a>.</li> + <li>Create, delete, and view Android Virtual Devices (AVDs). See <a href= + "{@docRoot}tools/devices/managing-avds-cmdline.html">Managing AVDs from the Command Line</a>.</li> - <li>Create and update Android projects. See <a href= + <li>Create and update Android projects. See <a href= "{@docRoot}tools/projects/projects-cmdline.html">Managing Projects from the Command Line</a>.</li> - <li>Update your Android SDK with new platforms, add-ons, and documentation. See <a href= - "{@docRoot}sdk/exploring.html">Exploring the SDK</a>.</li> - </ul>If you are using Eclipse, the <code>android</code> tool's features are integrated - into ADT, so you should not need to use this tool directly. - + <li>Update your Android SDK with new platforms, add-ons, and documentation. See <a href= + "{@docRoot}tools/help/sdk-manager.html">SDK Manager</a>.</li> + </ul> + +<p>If you are using Android Studio or Eclipse, the <code>android</code> tool's features are +integrated into the IDE, so you should not need to use this tool directly. </p> + <p class="note"><strong>Note:</strong> The documentation of options below is not exhaustive and may be out of date. For the most current list of options, execute <code>android --help</code>.</p> - - - + + + <h2>Syntax</h2> <pre>android [global options] action [action options]</pre> |