diff options
| author | Ricardo Cervera <rcervera@google.com> | 2014-03-26 22:54:02 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-03-26 22:54:02 +0000 |
| commit | c5b54aed1772de65d3f799e3fb6644ec1b791130 (patch) | |
| tree | 3e2f842d65e49134eb18d8eaef095b94c0644c79 /docs/html/sdk | |
| parent | 322cf5c44f3e1329f51014ec3fa45f1c322d3d37 (diff) | |
| parent | 1da618761f201a1f5f6dc59dedf17506dc2114ac (diff) | |
| download | frameworks_base-c5b54aed1772de65d3f799e3fb6644ec1b791130.zip frameworks_base-c5b54aed1772de65d3f799e3fb6644ec1b791130.tar.gz frameworks_base-c5b54aed1772de65d3f799e3fb6644ec1b791130.tar.bz2 | |
Merge "docs: Added info on using HTTPS for the Eclipse ADT update site" into klp-docs
Diffstat (limited to 'docs/html/sdk')
| -rw-r--r-- | docs/html/sdk/installing/installing-adt.jd | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/docs/html/sdk/installing/installing-adt.jd b/docs/html/sdk/installing/installing-adt.jd index 1f5ca11..e4cf1bc 100644 --- a/docs/html/sdk/installing/installing-adt.jd +++ b/docs/html/sdk/installing/installing-adt.jd @@ -35,10 +35,10 @@ Software</strong>.</li> <li>In the Add Repository dialog that appears, enter "ADT Plugin" for the <em>Name</em> and the following URL for the <em>Location</em>: <pre>https://dl-ssl.google.com/android/eclipse/</pre> + <p class="note"><strong>Note:</strong> The Android Developer Tools update site requires + a secure connection. Make sure the update site URL you enter starts with HTTPS.</p> </li> - <li>Click <strong>OK</strong>. - <p>If you have trouble acquiring the plugin, try using "http" in the Location URL, -instead of "https" (https is preferred for security reasons).</p></li> + <li>Click <strong>OK</strong>.</li> <li>In the Available Software dialog, select the checkbox next to Developer Tools and click <strong>Next</strong>.</li> <li>In the next window, you'll see a list of the tools to be downloaded. Click @@ -139,23 +139,16 @@ Software</strong>, uncheck "Contact all update sites during install to find requ <h2 id="Troubleshooting">Troubleshooting ADT Installation</h2> -<p> If you are having trouble downloading the ADT plugin after following the -steps above, here are some suggestions: </p> - -<ul> - <li>If Eclipse can not find the remote update site containing the ADT plugin, -try changing the remote site URL to use http, rather than https. That is, set -the Location for the remote site to: -<pre>http://dl-ssl.google.com/android/eclipse/</pre></li> -<li>If you are behind a firewall (such as a corporate firewall), make sure that +<p>If you are having trouble downloading the ADT plugin after following the +steps above and you are behind a firewall (such as a corporate firewall), make sure that you have properly configured your proxy settings in Eclipse. In Eclipse, you can configure proxy information from the main Eclipse menu in <strong>Window</strong> (on Mac OS X, <strong>Eclipse</strong>) > <strong>Preferences</strong> > <strong>General</strong> > <strong>Network -Connections</strong>.</li> -</ul> +Connections</strong>. +</p> -<p> If you are still unable to use Eclipse to download the ADT plugin as a +<p>If you are still unable to use Eclipse to download the ADT plugin as a remote update site, you can download the ADT zip file to your local machine and manually install it:</p> |
