blob: a42e346ec4cdb629df14050950b85742952df1ac [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
Dirk Doughertyb5a4c5a2009-04-20 17:54:52 -070012<a href="{@docRoot}sdk/{@sdkCurrent}/installing.html">Installing the Android SDK</a>.</p>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080013
14<p>If you're upgrading from a previously installed version, then refer to the
Dirk Doughertyb5a4c5a2009-04-20 17:54:52 -070015<a href="{@docRoot}sdk/{@sdkCurrent}/upgrading.html">Upgrading</a> guide.</p>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080016
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
Dirk Dougherty134e8e42009-04-22 18:45:05 -070020also includes a wide variety of code samples specific to each Android
21platform. You can find the samples at this location: </p>
22
23<p style="margin-left:2em"><code>&lt;sdk&gt;/platforms/android-&lt;version&gt;/samples/</code></p>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080024
25<p>Please note that you are currently viewing a local, offline version of the
26Android developer documentation. The offline documentation offers the same
27content and features as the online documentation, but since the search
28capability is network-based, it will not work while you are offline.
29Autocompletion for API packages and classes, also offered from the search box,
30is available both online and offline and loads the reference documentation for
31the item you select.</p>
32
33<p>For the most current, fully searchable documentation, please visit</p>
34
35<p style="margin-left:2em;"><a href="http://developer.android.com/index.html">
36http://developer.android.com</a>.</p>
37
38</div>