diff --git a/docs/html/tools/devices/managing-avds.jd b/docs/html/tools/devices/managing-avds.jd index 412bd913d613b..10633d264fca0 100644 --- a/docs/html/tools/devices/managing-avds.jd +++ b/docs/html/tools/devices/managing-avds.jd @@ -20,8 +20,9 @@ parent.link=index.html
The AVD Manager is an easy to use user interface to manage your AVD (Android Virtual Device)
configurations. An AVD is a device configuration for the Android emulator that allows you to
model different configurations of Android-powered devices. When you start the AVD Manager in Eclipse
- or run the android tool on the command line, you will see the AVD Manager as shown in
- figure 1:
android avd. You will see the AVD Manager as shown in
+ figure 1.
diff --git a/docs/html/tools/help/avd-manager.jd b/docs/html/tools/help/avd-manager.jd
new file mode 100644
index 0000000000000..ed90f433978d6
--- /dev/null
+++ b/docs/html/tools/help/avd-manager.jd
@@ -0,0 +1,19 @@
+page.title=AVD Manager
+@jd:body
+
+
+The AVD Manager provides a graphical user interface in which you can create +and manage Android Virtual Devices (AVDs), which are required by the +Android Emulator.
+ +You can launch the AVD Manager in one of the following ways:
+tools/ directory and execute
+ android avd.For more information, see Managing +AVDs with AVD Manager. diff --git a/docs/html/tools/help/sdk-manager.jd b/docs/html/tools/help/sdk-manager.jd new file mode 100644 index 0000000000000..4852b21fcafb0 --- /dev/null +++ b/docs/html/tools/help/sdk-manager.jd @@ -0,0 +1,67 @@ +page.title=SDK Manager +@jd:body + + +
The Android SDK separates tools, platforms, and other components into packages you can + download using the SDK Manager.
+ +You can launch the SDK Manager in one of the following ways:
+SDK Manager.exe file at the root of the Android
+SDK directory.tools/ directory in the
+Android SDK, then execute android sdk.You can select which packages you want to download by toggling the checkboxes on the left, then +click Install to install the selected packages.
+ +
+Figure 1. The Android SDK Manager shows the +SDK packages that are available, already installed, or for which an update is available.
+ + +Here's an outline of the packages required and those we recommend you use: +
+ +To get started, download the latest Android version, plus the lowest version you plan + to support (we recommend Android 2.2 for your lowest version).
Tip: For easy access to the SDK tools from a command line, add the
+location of the SDK's tools/ and
+platform-tools to your PATH environment variable.