| Scott Main | 6453dfb | 2012-10-23 14:14:18 -0700 | [diff] [blame] | 1 | page.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 |
| 7 | a powerful IDE based on Eclipse called ADT (Android Developer Tools). |
| 8 | If 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 |
| 10 | existing 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-<os_platform>.zip}) and save it to an appropriate location, |
| 17 | such as a "Development" directory in your home directory.</li> |
| 18 | <li>Open the {@code adt-bundle-<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 |
| 23 | the 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 |
| 27 | from the {@code adt-bundle-<os_platform>} directory. If you move the {@code eclipse} |
| 28 | or {@code sdk} directory, ADT will not be able to locate the SDK and you'll |
| 29 | need 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 |
| 34 | of Android for the emulator and other packages such as the library for |
| 35 | Google Play In-app Billing. To install more packages, use |
| 36 | the <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 |
| 39 | href="{@docRoot}design/index.html">design guidelines</a>, |
| 40 | <a href="{@docRoot}training/index.html">developer training</a>, <a |
| 41 | href="{@docRoot}reference/packages.html">API reference</a>, and information |
| 42 | about how you can <a href="{@docRoot}distribute/index.html">distribute your app</a>. |
| 43 | For additional resources about developing and distributing your app, see the |
| 44 | <a href="{@docRoot}support.html">Developer Support Resources</a>.</p> |