The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 1 | home=true |
| 2 | page.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 Dougherty | b5a4c5a | 2009-04-20 17:54:52 -0700 | [diff] [blame] | 12 | <a href="{@docRoot}sdk/{@sdkCurrent}/installing.html">Installing the Android SDK</a>.</p> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 13 | |
| 14 | <p>If you're upgrading from a previously installed version, then refer to the |
Dirk Dougherty | b5a4c5a | 2009-04-20 17:54:52 -0700 | [diff] [blame] | 15 | <a href="{@docRoot}sdk/{@sdkCurrent}/upgrading.html">Upgrading</a> guide.</p> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 16 | |
| 17 | <p>Once you've completed the SDK installation, you can start learning about |
| 18 | development on the Android framework by reading the <a |
| 19 | href="{@docRoot}guide/index.html">Developer's Guide</a>. The SDK package |
Dirk Dougherty | 134e8e4 | 2009-04-22 18:45:05 -0700 | [diff] [blame] | 20 | also includes a wide variety of code samples specific to each Android |
| 21 | platform. You can find the samples at this location: </p> |
| 22 | |
| 23 | <p style="margin-left:2em"><code><sdk>/platforms/android-<version>/samples/</code></p> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 24 | |
| 25 | <p>Please note that you are currently viewing a local, offline version of the |
| 26 | Android developer documentation. The offline documentation offers the same |
| 27 | content and features as the online documentation, but since the search |
| 28 | capability is network-based, it will not work while you are offline. |
| 29 | Autocompletion for API packages and classes, also offered from the search box, |
| 30 | is available both online and offline and loads the reference documentation for |
| 31 | the 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"> |
| 36 | http://developer.android.com</a>.</p> |
| 37 | |
| 38 | </div> |