diff --git a/docs/html/images/tools/sdk-iadd.png b/docs/html/images/tools/sdk-iadd.png new file mode 100644 index 0000000000000..7e355218e3a9a Binary files /dev/null and b/docs/html/images/tools/sdk-iadd.png differ diff --git a/docs/html/images/tools/studio-sdk-manager-packages.png b/docs/html/images/tools/studio-sdk-manager-packages.png index 356073e998245..79ea912e183a0 100644 Binary files a/docs/html/images/tools/studio-sdk-manager-packages.png and b/docs/html/images/tools/studio-sdk-manager-packages.png differ diff --git a/docs/html/tools/help/sdk-manager.jd b/docs/html/tools/help/sdk-manager.jd index aaa1930953830..36eac0735856d 100755 --- a/docs/html/tools/help/sdk-manager.jd +++ b/docs/html/tools/help/sdk-manager.jd @@ -1,26 +1,39 @@ page.title=SDK Manager @jd:body +
The Android SDK Manager separates the SDK tools, platforms, and other components into packages for easy access and management. You can also customize which sites the SDK Manager checks for new or updated SDK packages and add-on tools. For example, you can configure the SDK Manager -to automatically check for updates and notify you when an installed SDK Tools package is updated. +to automatically check for updates and notify you when updates are available. When you receive such a notification, you can then quickly decide whether to download the changes.
-By default, Android Studio does not check for Android SDK updates. To enable automatic Android -SDK checking:
+To enable automatic update checking:
You can launch the SDK Manager in one of the following ways:
)
in the menu bar. The SDK Manager appears.
+
+Figure 1. The Android SDK Manager shows the +SDK platforms and packages that are available and installed along with the SDK update sites.
Tip: The standalone SDK Manager is still available from the -command line, but we recommend it only for use with standalone SDK installations.
+command line, but we recommend it for use with standalone SDK installations only. -By default, the SDK Manager installs the latest packages and tools. Click the checkbox next to +
Click the checkbox next to each additional SDK platform and tool that you want to install. Clear the -checkbox to uninstall a SDK platform or tool. Click Apply or OK +checkbox to uninstall an SDK platform or tool. Click Apply or OK to update the packages and tools.
Tip: When an update is available for an installed
@@ -49,16 +66,14 @@ to the checkbox to indicate the pending update. An update icon
(
) appears next to the checkbox to
indicate pending removals.
Click the SDK Update Sites tab to manage which SDK sites Android Studio checks for +
Click the SDK Update Sites tab to manage which SDK sites Android Studio checks for tool and add-on updates.
-
-Figure 1. The Android SDK Manager shows the -SDK platforms and packages that are available and installed along with the SDK update sites.
-There are several different packages available for the Android SDK. The table below describes + +
There are several different packages available for the Android SDK. The following section describes most of the available packages and where they're located in your SDK directory -once you download them.
+after you download them. @@ -76,43 +91,44 @@ once you download them. Be sure to respond to the Android Studio update prompts to keep your SDK Platform-tools up-to-date.The SDK Manager downloads the latest Android version. It also downloads the earliest version - of Android (Android 2.2 (API level 8)) that we recommend that your app support.
Tip: For easy access to the SDK tools from a command line, add the
-location of the SDK's tools/ and
+location of the SDK tools/ and
platform-tools to your PATH environment variable.
The above list is not comprehensive and you can The previous list is not comprehensive and you can add new sites to download additional packages from third parties.
In some cases, an SDK package may require a specific minimum revision of -another package or SDK tool. -The development tools will notify you with warnings if there is dependency that you need to -address. The Android SDK Manager also enforces dependencies by requiring any -packages that are needed by those you have selected.
+another package or SDK tool. The SDK Manager automatically notifies you of any +dependencies and downloads the required packages or tools. +In addition, development tools notify you if there are dependencies that you need to +address.The SDK Update Sites tab displays the sites that Android Studio checks for Android SDK -and third-party updates. You can add other sites that host their own Android SDK add-ons, then +
The SDK Update Sites tab displays the sites that Android Studio checks for Android SDK +and third-party updates. You can add other sites that host their own Android SDK add-ons, and then download the SDK add-ons from those sites.
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, if it's not already -available as a third-party add-on.
+API libraries that are supported by their own Android-powered devices. +To develop using their libraries, you must install their Android SDK add-on, if it's not already +available as a third-party add-on.If a carrier or device manufacturer has hosted an SDK add-on repository file on their website, follow these steps to add their site to the Android SDK Manager:
add-on site.
. Any SDK packages available from the site appear in the SDK Platforms or +SDK Tools tabs.
Any SDK packages available from the site appear in the SDK Platforms or -SDK Tools tabs.
-