blob: d41459b4d64c7170363cb3cf068040466d318e60 [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
9<img src="{@docRoot}images/android_icon_125.png" style="float:right; margin:1em 6em 6em;" />
10
11<p>If you've just downloaded the SDK, then continue with
12<a href="{@docRoot}sdk/1.1_r1/installing.html">Installing the Android SDK</a>.</p>
13
14<p>If you're upgrading from a previously installed version, then refer to the
15<a href="{@docRoot}sdk/1.1_r1/upgrading.html">Upgrading</a> guide.</p>
16
17<p>Once you've completed the SDK installation, you can start learning about
18development on the Android framework by reading the <a
19href="{@docRoot}guide/index.html">Developer's Guide</a>. The SDK package
20also includes a wide variety of very helpful <a
21href="{@docRoot}samples/index.html">code samples</a>.</p>
22
23<p>Please note that you are currently viewing a local, offline version of the
24Android developer documentation. The offline documentation offers the same
25content and features as the online documentation, but since the search
26capability is network-based, it will not work while you are offline.
27Autocompletion for API packages and classes, also offered from the search box,
28is available both online and offline and loads the reference documentation for
29the item you select.</p>
30
31<p>For the most current, fully searchable documentation, please visit</p>
32
33<p style="margin-left:2em;"><a href="http://developer.android.com/index.html">
34http://developer.android.com</a>.</p>
35
36</div>