page.title=SDK Manager @jd:body
The Android SDK separates tools, platforms, and other components into packages you can download using the SDK Manager. For example, when the SDK Tools are updated or a new version of the Android platform is released, you can use the SDK Manager to quickly download them to your environment.
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
location where the Android SDK is installed, 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.
There are several different packages available for the Android SDK. The table below describes most of the available packages and where they're located in your SDK directory once you download them.
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.
The above 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 that you download any packages that are needed by those you have selected.
By default, Available Packages displays packages available from the Android Repository and Third party Add-ons. You can add other sites that host their own Android SDK add-ons, 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 under Third party Add-ons.
If a carrier or device manufacturer has hosted an SDK add-on repository file on their web site, follow these steps to add their site to the Android SDK Manager:
repository.xml
file. Click OK.Any SDK packages available from the site will now be listed under a new item named User Add-ons.
Problems connecting to the SDK repository
If you are using the Android SDK Manager to download packages and are encountering connection problems, try connecting over http, rather than https. To switch the protocol used by the Android SDK Manager, follow these steps: