diff options
author | Ricardo Cervera <rcervera@google.com> | 2014-03-26 23:17:02 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-03-26 23:17:02 +0000 |
commit | 2cd84701fe3df4ad65fc1c794ba403e6c9d88923 (patch) | |
tree | da27c0f9852c59e3a2787d8e9e40fb50d76d2fb3 /docs/html | |
parent | 2adb64c96671bf39bfa74c5416f117afd13f4091 (diff) | |
parent | cddd3b151f3eff197c39e319b8c5d107dcafcbce (diff) | |
download | frameworks_base-2cd84701fe3df4ad65fc1c794ba403e6c9d88923.zip frameworks_base-2cd84701fe3df4ad65fc1c794ba403e6c9d88923.tar.gz frameworks_base-2cd84701fe3df4ad65fc1c794ba403e6c9d88923.tar.bz2 |
am cddd3b15: am bb7bb60a: am e94b79d7: am c5b54aed: Merge "docs: Added info on using HTTPS for the Eclipse ADT update site" into klp-docs
* commit 'cddd3b151f3eff197c39e319b8c5d107dcafcbce':
docs: Added info on using HTTPS for the Eclipse ADT update site
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/sdk/installing/installing-adt.jd | 23 | ||||
-rw-r--r-- | docs/html/tools/sdk/eclipse-adt.jd | 6 |
2 files changed, 13 insertions, 16 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> diff --git a/docs/html/tools/sdk/eclipse-adt.jd b/docs/html/tools/sdk/eclipse-adt.jd index 7d20d5e..d106f4a 100644 --- a/docs/html/tools/sdk/eclipse-adt.jd +++ b/docs/html/tools/sdk/eclipse-adt.jd @@ -78,6 +78,11 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues <dt>General Notes:</dt> <dd> <ul> + <li><p>Changed the URL for the Android Developer Tools update site to require HTTPS.</p> + <p class="note"><strong>Note:</strong> If you are + <a href="{@docRoot}sdk/installing/installing-adt.html">updating ADT</a>, make sure + you use HTTPS in the URL for the Android Developer Tools update site.</p> + </li> <li>Fixed a problem where Eclipse was non-responsive for a few seconds after opening an XML file. (<a href="http://b.android.com/67084">Issue 67084</a>)</li> <li>Fixed a problem where the SDK Manager threw a <code>NullPointerException</code> after @@ -88,7 +93,6 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues <code>drawable-large-*</code> directories.</li> <li>Fixed a problem with Nexus 5 Android virtual devices created from the command line where the SD card file system was read-only.</li> - <li>Changed the URL for the Android Developer Tools Update Site from HTTP to HTTPS.</li> </ul> </dd> </dl> |