summaryrefslogtreecommitdiffstats
path: root/docs/html/sdk
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2010-01-28 12:37:10 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2010-01-28 12:37:10 -0800
commitcf5769877be79d571c9110a51d1591fb47cdce18 (patch)
tree781d17d845fffb0ce8dd324625fe68c1bbcdbd86 /docs/html/sdk
parent2c36081131aa8dbd856d2365c13b1325a145d787 (diff)
parent43d5a09f4626d6cc865b7ef138a1cd828363b8f8 (diff)
downloadframeworks_base-cf5769877be79d571c9110a51d1591fb47cdce18.zip
frameworks_base-cf5769877be79d571c9110a51d1591fb47cdce18.tar.gz
frameworks_base-cf5769877be79d571c9110a51d1591fb47cdce18.tar.bz2
am 43d5a09f: am c5de95bf: Merge "SDK doc change: Add "fetch by http" workaround for connection problems in SDK Manager." into eclair
Merge commit '43d5a09f4626d6cc865b7ef138a1cd828363b8f8' * commit '43d5a09f4626d6cc865b7ef138a1cd828363b8f8': SDK doc change: Add "fetch by http" workaround for connection problems in SDK Manager.
Diffstat (limited to 'docs/html/sdk')
-rw-r--r--docs/html/sdk/adding-components.jd19
1 files changed, 15 insertions, 4 deletions
diff --git a/docs/html/sdk/adding-components.jd b/docs/html/sdk/adding-components.jd
index bc82170..d7c886e 100644
--- a/docs/html/sdk/adding-components.jd
+++ b/docs/html/sdk/adding-components.jd
@@ -122,6 +122,21 @@ Manager:</p>
<p>Any SDK components available from the site will now be listed under
<strong>Available Components</strong>.</p>
+<h3 id="troubleshooting">Troubleshooting</h3>
+
+<p><strong>Problems connecting to the SDK repository</strong></p>
+
+<p>If you are using the SDK and AVD Manager to download components and are encountering
+connection problems, try connecting over http, rather than https. To switch the
+protocol used by the SDK and AVD Manager, follow these steps: </p>
+
+<ol>
+ <li>With the Android SDK and AVD Manager window open, select "Settings" in the
+ left pane. </li>
+ <li>On the right, in the "Misc" section, check the checkbox labeled "Force
+ https://... sources to be fetched using http://..." </li>
+ <li>Click <strong>Save &amp; Apply</strong>.</li>
+</ol>
<h2 id="dependencies">SDK Component Dependencies</h2>
@@ -138,7 +153,3 @@ href="{@docRoot}sdk/tools-notes.html">SDK Tools Notes</a> documents. </p>
<p>Additionally, the development tools will notify you with debug warnings
if there is dependency that you need to address. </p>
-
-
-
-