blob: 243c03d0b3c1942082124e0eed68a33f10121265 [file] [log] [blame]
Scott Main6453dfb2012-10-23 14:14:18 -07001page.title=Setting Up the ADT Bundle
2
3@jd:body
4
5
6<p>The ADT Bundle provides everything you need to start developing apps, including
7a powerful IDE based on Eclipse called ADT (Android Developer Tools).
8If you haven't already, go download the <a href="{@docRoot}sdk/index.html"
9>Android ADT Bundle</a>. (If you downloaded the SDK Tools only, for use with an
10existing IDE, you should instead read
11<a href="{@docRoot}sdk/installing/index.html">Setting Up an Existing IDE</a>.)</p>
12
13<h3>Install the SDK and Eclipse IDE</h3>
14<ol>
15<li>Unpack the ZIP file
16(named {@code adt-bundle-&lt;os_platform>.zip}) and save it to an appropriate location,
17such as a "Development" directory in your home directory.</li>
18<li>Open the {@code adt-bundle-&lt;os_platform>/eclipse/} directory and launch
19<strong>eclipse</strong>.</li>
20</ol>
21
22<p>That's it! The IDE is already loaded with the Android Developer Tools plugin and
23the SDK is ready to go. To start developing, read <a href="{@docRoot}training/basics/firstapp/index.html"
24>Building Your First App</a>.</p>
25
26<p class="caution"><strong>Caution:</strong> Do not move any of the files or directories
27from the {@code adt-bundle-&lt;os_platform>} directory. If you move the {@code eclipse}
28or {@code sdk} directory, ADT will not be able to locate the SDK and you'll
29need to manually update the ADT preferences.</p>
30
31<h3>Additional information</h3>
32
33<p>As you continue developing apps, you may need to install additional versions
34of Android for the emulator and other packages such as the library for
35Google Play In-app Billing. To install more packages, use
36the <a href="{@docRoot}tools/help/sdk-manager.html">SDK Manager</a>.</p>
37
38<p>Everything you need to develop Android apps is on this web site, including <a
39href="{@docRoot}design/index.html">design guidelines</a>,
40<a href="{@docRoot}training/index.html">developer training</a>, <a
41href="{@docRoot}reference/packages.html">API reference</a>, and information
42about how you can <a href="{@docRoot}distribute/index.html">distribute your app</a>.
43For additional resources about developing and distributing your app, see the
44<a href="{@docRoot}support.html">Developer Support Resources</a>.</p>