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
Jean-Baptiste Queru9db3d072009-11-12 18:45:53 -08009<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
Jean-Baptiste Queru9db3d072009-11-12 18:45:53 -080011<h3>If you've downloaded the Android SDK for the first time...</h3>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080012
Jean-Baptiste Queru9db3d072009-11-12 18:45:53 -080013<p>Follow the online guide to
14<a href="{@docRoot}sdk/installing.html">Installing
15the 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
Jean-Baptiste Queru9db3d072009-11-12 18:45:53 -080019<p>Once your environment is setup, look at the
20<a href="{@docRoot}sdk/installing.html#NextSteps">Next
21Steps</a> for some suggestions on how to begin learning about Android.</p>
Jean-Baptiste Queru843ef362009-05-20 11:28:04 -070022
Jean-Baptiste Queru9db3d072009-11-12 18:45:53 -080023<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
Jean-Baptiste Queru9db3d072009-11-12 18:45:53 -080025<p>There's no additional setup.</p>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080026
Jean-Baptiste Queru9db3d072009-11-12 18:45:53 -080027<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
Jean-Baptiste Queru9db3d072009-11-12 18:45:53 -080033
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
40are 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>.
45</p>
46
47
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080048
49</div>