diff options
| author | Dirk Dougherty <ddougherty@google.com> | 2009-10-22 16:08:32 -0700 |
|---|---|---|
| committer | Dirk Dougherty <ddougherty@google.com> | 2009-10-22 17:35:02 -0700 |
| commit | eeb0b2514a8b4f175a9ef16a319437a61aedb8f3 (patch) | |
| tree | 4713456d023c8e28e3ac8e0c0c932828dcd33683 /docs/html/sdk/adding-components.jd | |
| parent | ee58d1bf9c54eaed623c4419e1d9db269a9c4137 (diff) | |
| download | frameworks_base-eeb0b2514a8b4f175a9ef16a319437a61aedb8f3.zip frameworks_base-eeb0b2514a8b4f175a9ef16a319437a61aedb8f3.tar.gz frameworks_base-eeb0b2514a8b4f175a9ef16a319437a61aedb8f3.tar.bz2 | |
doc change: incorporate comments on SDK docs and structure.
Bug: 2160782
Diffstat (limited to 'docs/html/sdk/adding-components.jd')
| -rw-r--r-- | docs/html/sdk/adding-components.jd | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/html/sdk/adding-components.jd b/docs/html/sdk/adding-components.jd index d4152e1..967c352 100644 --- a/docs/html/sdk/adding-components.jd +++ b/docs/html/sdk/adding-components.jd @@ -55,7 +55,7 @@ compatibility.</p> <h2 id="InstallingComponents">Installing SDK Components</h2> <p>Use the Android SDK and AVD Manager to install new SDK components. -To launch the SDK and AVD Manager in one of these ways:</p> +You can launch the SDK and AVD Manager in one of these ways:</p> <ul> <li>Execute the {@code android}</a> tool command with no options. If you haven't used the tool before, change to the <code><sdk>/tools</code> @@ -95,12 +95,13 @@ you do not have.</p> <h3 id="AddingSites">Adding New Sites</h3> -<p>By default, <strong>Available Components</strong> only shows -the default repository for platforms, the Google APIs -Add-On, and other SDK components. You can add additional sites that host -Android SDK add-ons, then download the SDK add-ons from them.</p> +<p>By default, <strong>Available Components</strong> only shows the default +repository site, which offers platforms, SDK tools, documentation, the +Google APIs Add-on, and other components. You can add other sites that host +their own Android SDK add-ons, then download the SDK add-ons +from those sites.</p> -<p>For example, a mobile carrier or device manufacturer may offer additional +<p>For example, a mobile carrier or device manufacturer might offer additional API libraries that are supported by their own Android-powered devices. In order to develop using their libraries, you must install their Android SDK add-on. </p> |
