blob: fe70d50323c3dfb2b4e98ac447d9cb060174f809 [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001home=true
2page.title=Welcome
3@jd:body
4
5<div id="mainBodyFluid">
6
7<h1>Welcome to the Android SDK!</h1>
8
Scott Main2417b9f2009-09-21 13:52:00 -07009<img src="{@docRoot}assets/images/home/sdk-large.png" style="float:right; margin:-2em 3em 3em;" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010
Scott Main2417b9f2009-09-21 13:52:00 -070011<h3>If you've downloaded the Android SDK for the first time...</h3>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080012
Dirk Doughertyee58d1b2009-10-16 15:25:15 -070013<p>Follow the online guide to
14<a href="{@docRoot}sdk/installing.html">Installing
Scott Main2417b9f2009-09-21 13:52:00 -070015the Android SDK</a>, which will help you setup your development environment
16(including the Android Development Tools plugin for Eclipse)
17so you can start developing Android apps.</p>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080018
Scott Main2417b9f2009-09-21 13:52:00 -070019<p>Once your environment is setup, look at the
Dirk Doughertyee58d1b2009-10-16 15:25:15 -070020<a href="{@docRoot}sdk/installing.html#NextSteps">Next
21Steps</a> for some suggestions on how to begin learning about Android.</p>
Dirk Dougherty134e8e42009-04-22 18:45:05 -070022
Dirk Doughertyee58d1b2009-10-16 15:25:15 -070023<h3>If you've just installed new SDK components using the <em>SDK and AVD Manager</em>...</h3>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080024
Scott Main2417b9f2009-09-21 13:52:00 -070025<p>There's no additional setup.</p>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080026
Scott Main2417b9f2009-09-21 13:52:00 -070027<p>Newly installed Android platforms are automatically saved in the
28<code><em>&lt;sdk_dir>/</em>platforms/</code> directory of your existing SDK;
29new add-ons are saved in the <code><em>&lt;sdk_dir>/</em>add-ons/</code>
30directory; and new documentation is saved in the existing
31<code><em>&lt;sdk_dir>/</em>docs/</code> directory (old docs are replaced).</p>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080032
Scott Main2417b9f2009-09-21 13:52:00 -070033
34<hr style="margin:2em 0;" />
35
36<p>Note that you are currently viewing a local, offline version of the
37Android developer documentation. The offline documentation offers almost all the same
38content and features as the online documentation. Because some features
39such as search and videos are network-based, not everything will work if you
Dirk Doughertyee58d1b2009-10-16 15:25:15 -070040are not connected to the Internet.</p>
41
42<p>For the most current documentation and a fully-functional experience, please visit:</p>
43<p style="margin-left:2em;">
44<a href="http://developer.android.com">http://developer.android.com</a></strong>.
Scott Main2417b9f2009-09-21 13:52:00 -070045</p>
46
47
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080048
49</div>