From a374f51f18c361ae9fc2f208ede0b45bd84e60fc Mon Sep 17 00:00:00 2001
From: Dirk Dougherty
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:
+Use the Android SDK and AVD Manager to install new SDK components.
+ +Important: Before you install SDK components, +we recommend that you disable any antivirus programs that may be running on +your computer.
+ +You can launch the SDK and AVD Manager in one of these ways:
<sdk>/tools
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
-This page describes how to install the Android SDK and set up your -development environment for the first time.
+This page describes how to install the latest version of the Android SDK +and set up your development environment for the first time.
If you encounter any problems during installation, see the Troubleshooting section at the bottom of @@ -36,14 +36,14 @@ this page.
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.
+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.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.
+SDK environment.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
-android-sdk-<machine-platform>
.
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.
+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
+android-sdk-<machine-platform>
. 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.
Optionally, you may want to add the location of the SDK's primary
tools
directory to your system PATH
. The primary
@@ -128,7 +130,7 @@ debug your application.
The Android SDK and AVD Manager tool is pre-installed in your SDK. Using the tool is a key part of performing the initial setup of your -- cgit v1.1