diff options
| author | 2012-12-02 18:06:24 -0800 | |
|---|---|---|
| committer | 2012-12-02 18:06:24 -0800 | |
| commit | 223ef52aa1df95b73e04dc5269082117e9b9f95d (patch) | |
| tree | 3481a34074737e1b9d8af0bd6fddb239d4393e65 | |
| parent | fda0b508b08e2718ac8552db198b6f902a3c605c (diff) | |
| parent | 1a9e7a61e4cab8a857e1184c6205c8866ccab367 (diff) | |
am 1a9e7a61: docs: add sdk manager launch info for eclipse
* commit '1a9e7a61e4cab8a857e1184c6205c8866ccab367':
docs: add sdk manager launch info for eclipse
| -rw-r--r-- | docs/html/tools/help/sdk-manager.jd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/html/tools/help/sdk-manager.jd b/docs/html/tools/help/sdk-manager.jd index 4852b21fcafb..215ce6f2743f 100644 --- a/docs/html/tools/help/sdk-manager.jd +++ b/docs/html/tools/help/sdk-manager.jd @@ -7,6 +7,8 @@ page.title=SDK Manager <p>You can launch the SDK Manager in one of the following ways:</p> <ul> + <li>From Eclipse (with <a href="{@docRoot}tools/help/adt.html">ADT</a>), + select <strong>Window</strong> > <strong>Android SDK Manager</strong>.</li> <li>On Windows, double-click the <code>SDK Manager.exe</code> file at the root of the Android SDK directory.</li> <li>On Mac or Linux, open a terminal and navigate to the <code>tools/</code> directory in the |