and account for small differences when using an IDE other than eclipse Change-Id: I1ea8a00cd3d03623a43d6b5f75234095130c0aa3
64 lines
2.8 KiB
Plaintext
64 lines
2.8 KiB
Plaintext
page.title=Adding Platforms and Packages
|
|
|
|
@jd:body
|
|
|
|
|
|
<p>The Android SDK separates tools, platforms, and other components into packages you can
|
|
download using the Android SDK Manager. The original
|
|
SDK package you've downloaded includes only the SDK Tools. To develop an Android app,
|
|
you also need to download at least one Android platform and the latest SDK Platform-tools.</p>
|
|
|
|
<ol>
|
|
<li>Launch the SDK Manager.
|
|
<p>If you've used the Windows installer to install the SDK tools, you should already have the
|
|
Android SDK Manager open. Otherwise, you can launch the Android SDK Manager in one of the following
|
|
ways:</p>
|
|
<ul>
|
|
<li>On Windows, double-click the <code>SDK Manager.exe</code> file at the root of the Android
|
|
SDK directory.</li>
|
|
<li>On Mac or Linux, open a terminal and navigate to the <code>tools/</code> directory in the
|
|
Android SDK, then execute <code>android sdk</code>.</li>
|
|
</ul>
|
|
</li>
|
|
|
|
<li>The SDK Manager shows all the SDK packages available for you to add to your Android SDK.
|
|
As a minimum configuration for your SDK, we recommend you install the following:
|
|
<ul>
|
|
<li>The latest Tools packages (check the <strong>Tools</strong> folder).</li>
|
|
<li>The latest version of Android (check the first <strong>Android</strong> folder).</li>
|
|
<li>The Android Support Library (open the <strong>Extras</strong> folder and check
|
|
<strong>Android Support Library</strong>).</li>
|
|
</ul>
|
|
|
|
<p>Once you've chosen your packages, click <strong>Install</strong>. The Android SDK Manager
|
|
installs the selected packages into your Android SDK environment.</li>
|
|
</ol>
|
|
|
|
<p>With these packages installed, you're ready to start developing.
|
|
To get started, read <a href="{@docRoot}training/basics/firstapp/index.html"
|
|
>Building Your First App</a>.</p>
|
|
|
|
<img src="/images/sdk_manager_packages.png" alt="" height="396" />
|
|
<p class="img-caption"><strong>Figure 1.</strong> The Android SDK Manager shows the
|
|
SDK packages that are available, already installed, or for which an update is available.</p>
|
|
|
|
|
|
|
|
<h3>Additional information</h3>
|
|
|
|
<ul>
|
|
<li>For more information about using the SDK Manager and some of the available packages,
|
|
see the <a href="{@docRoot}tools/help/sdk-manager.html">SDK Manager</a> document.</li>
|
|
<li>This web site provides all information you need to develop Android apps, including <a
|
|
href="{@docRoot}design/index.html">design guidelines</a>,
|
|
<a href="{@docRoot}training/index.html">developer training</a>, <a
|
|
href="{@docRoot}reference/packages.html">API reference</a>, and information
|
|
about how you can <a href="{@docRoot}distribute/index.html">distribute your app</a>. We recommend
|
|
you begin by reading <a href="{@docRoot}training/basics/firstapp/index.html"
|
|
>Building Your First App</a>.</li>
|
|
<li>For additional resources about developing and distributing your app, see the
|
|
<a href="{@docRoot}support.html">Developer Support Resources</a>.</li>
|
|
</ul>
|
|
|
|
|