blob: d41459b4d64c7170363cb3cf068040466d318e60 [file] [log] [blame]
The Android Open Source Projectd24b8182009-02-10 15:44:00 -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
The Android Open Source Project3001a032009-02-19 10:57:31 -080011<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>
The Android Open Source Projectd24b8182009-02-10 15:44:00 -080013
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
The Android Open Source Project3001a032009-02-19 10:57:31 -080017<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>
The Android Open Source Projectd24b8182009-02-10 15:44:00 -080022
The Android Open Source Project3001a032009-02-19 10:57:31 -080023<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>
The Android Open Source Projectd24b8182009-02-10 15:44:00 -080030
The Android Open Source Project3001a032009-02-19 10:57:31 -080031<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>