diff options
author | Dirk Dougherty <ddougherty@google.com> | 2009-11-10 09:44:08 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2009-11-10 09:44:08 -0800 |
commit | bd079ec854ba9200db94bffb2ed054a4f67fec4b (patch) | |
tree | c4a8502127b6215672ec60a50de2724effd2a57f /docs/html | |
parent | 260fdc776b5455df5ce01cf745e1591eeac6d9f4 (diff) | |
parent | aca2c4dfbf0c92424cb9325976bbd9d81c16501b (diff) | |
download | frameworks_base-bd079ec854ba9200db94bffb2ed054a4f67fec4b.zip frameworks_base-bd079ec854ba9200db94bffb2ed054a4f67fec4b.tar.gz frameworks_base-bd079ec854ba9200db94bffb2ed054a4f67fec4b.tar.bz2 |
am aca2c4df: am 84241293: am 3a103a87: Merge change I15536f3c into eclair-sdk
Merge commit 'aca2c4dfbf0c92424cb9325976bbd9d81c16501b' into eclair-mr2-plus-aosp
* commit 'aca2c4dfbf0c92424cb9325976bbd9d81c16501b':
doc change: Add instruction to disable antivirus before installing SDK components. Add download page link to installing doc.
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/sdk/adding-components.jd | 9 | ||||
-rw-r--r-- | docs/html/sdk/installing.jd | 30 |
2 files changed, 23 insertions, 16 deletions
diff --git a/docs/html/sdk/adding-components.jd b/docs/html/sdk/adding-components.jd index 967c352..bc82170 100644 --- a/docs/html/sdk/adding-components.jd +++ b/docs/html/sdk/adding-components.jd @@ -54,8 +54,13 @@ compatibility.</p> <h2 id="InstallingComponents">Installing SDK Components</h2> -<p>Use the Android SDK and AVD Manager to install new SDK components. -You can launch the SDK and AVD Manager in one of these ways:</p> +<p>Use the Android SDK and AVD Manager to install new SDK components. </p> + +<p class="caution"><strong>Important:</strong> Before you install SDK components, +we recommend that you disable any antivirus programs that may be running on +your computer.</p> + +<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> diff --git a/docs/html/sdk/installing.jd b/docs/html/sdk/installing.jd index edc77e8..261b49f 100644 --- a/docs/html/sdk/installing.jd +++ b/docs/html/sdk/installing.jd @@ -26,8 +26,8 @@ sdk.preview=0 </div> </div> -<p>This page describes how to install the Android SDK and set up your -development environment for the first time.</p> +<p>This page describes how to install the latest version of the Android SDK +and set up your development environment for the first time.</p> <p>If you encounter any problems during installation, see the <a href="#troubleshooting">Troubleshooting</a> section at the bottom of @@ -36,14 +36,14 @@ this page.</p> <h4>Updating?</h4> <p>If you are currently using the Android 1.6 SDK, you do not necessarily need -to install the new SDK, since your existing SDK already includes the Android SDK -and AVD Manager tool. To develop against the new Android 2.0 platform, for -example, you could just download the updated SDK Tools (Revision 3) and the -Android 2.0 platform into your existing SDK.</p> +to install a newer SDK, since you can already update the platforms, tools, and +other components using the Android SDK and AVD Manager tool. To develop against +the latest Android platform, for example, you could just download the latest SDK +Tools and then add the new Android platform into your existing SDK.</p> <p>If you are using Android 1.5 SDK or older, you should install the new SDK as described in this document and move your application projects to the new -environment. </p> +SDK environment. </p> <h2 id="Preparing">Prepare for Installation</h2> @@ -65,13 +65,15 @@ to install Eclipse, you can download it from this location: </p> <h2 id="Installing">Download and Install the SDK</h2> <p>Download the SDK package that is appropriate for your development computer. -Unpack the Android SDK archive to a suitable location on your machine. By -default, the SDK files are unpacked into a directory named -<code>android-sdk-<machine-platform></code>. </p> +You can get the latest version from the <a href="{@docRoot}sdk/index.html">SDK +download page</a>.</p> -<p>Make a note of the name and location of the unpacked SDK directory on your -system — you will need to refer to the SDK directory later, when setting -up the ADT plugin or when using the SDK tools.</p> +<p>After downloading, unpack the Android SDK archive to a suitable location on your +machine. By default, the SDK files are unpacked into a directory named +<code>android-sdk-<machine-platform></code>. Make a note of the name and +location of the unpacked SDK directory on your system — you will need to +refer to the SDK directory later, when setting up the ADT plugin or when using +the SDK tools.</p> <p>Optionally, you may want to add the location of the SDK's primary <code>tools</code> directory to your system <code>PATH</code>. The primary @@ -128,7 +130,7 @@ debug your application.</p> <h2 id="components">Add Android Platforms and Other Components</h2> -<div class="sidebox-wrapper"> +<div class="sidebox-wrapper" style="margin-right:2.5em;"> <div class="sidebox"> <p>The <strong>Android SDK and AVD Manager</strong> tool is pre-installed in your SDK. Using the tool is a key part of performing the initial setup of your |