From 83d092573ec196b6c43261ecc670ac589a03ae98 Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Tue, 12 Jan 2010 17:54:25 -0800 Subject: [PATCH] SDK doc change: Add "fetch by http" workaround for connection problems in SDK Manager. Bug: 2160782 Change-Id: Iefa41d495182a89a5507ecfbf002c4948d44b448 --- docs/html/sdk/adding-components.jd | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/docs/html/sdk/adding-components.jd b/docs/html/sdk/adding-components.jd index bc8217091eef6..d7c886efa8d2f 100644 --- a/docs/html/sdk/adding-components.jd +++ b/docs/html/sdk/adding-components.jd @@ -122,6 +122,21 @@ Manager:

Any SDK components available from the site will now be listed under Available Components.

+

Troubleshooting

+ +

Problems connecting to the SDK repository

+ +

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:

+ +
    +
  1. With the Android SDK and AVD Manager window open, select "Settings" in the + left pane.
  2. +
  3. On the right, in the "Misc" section, check the checkbox labeled "Force + https://... sources to be fetched using http://..."
  4. +
  5. Click Save & Apply.
  6. +

SDK Component Dependencies

@@ -138,7 +153,3 @@ href="{@docRoot}sdk/tools-notes.html">SDK Tools Notes documents.

Additionally, the development tools will notify you with debug warnings if there is dependency that you need to address.

- - - -