diff options
author | Ricardo Cervera <rcervera@google.com> | 2014-03-26 14:28:49 -0700 |
---|---|---|
committer | Ricardo Cervera <rcervera@google.com> | 2014-03-26 15:33:44 -0700 |
commit | 1da618761f201a1f5f6dc59dedf17506dc2114ac (patch) | |
tree | 5dbe8413a828bf145b2cdcfee0bc650066afe74a /docs/html/tools/sdk | |
parent | 1b59f291573deb4c1d6f60035637a3c49e671ab4 (diff) | |
download | frameworks_base-1da618761f201a1f5f6dc59dedf17506dc2114ac.zip frameworks_base-1da618761f201a1f5f6dc59dedf17506dc2114ac.tar.gz frameworks_base-1da618761f201a1f5f6dc59dedf17506dc2114ac.tar.bz2 |
docs: Added info on using HTTPS for the Eclipse ADT update site
Change-Id: Ia784ef37ef8a520183587ee696ec8f8541dbf441
Diffstat (limited to 'docs/html/tools/sdk')
-rw-r--r-- | docs/html/tools/sdk/eclipse-adt.jd | 6 |
1 files changed, 5 insertions, 1 deletions
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> |