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 |
| 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 |
| 18 | development on the Android framework by reading the <a |
| 19 | href="{@docRoot}guide/index.html">Developer's Guide</a>. The SDK package |
| 20 | also includes a wide variety of very helpful <a |
| 21 | href="{@docRoot}samples/index.html">code samples</a>.</p> |
| 22 | |
| 23 | <p>Please note that you are currently viewing a local, offline version of the |
| 24 | Android developer documentation. The offline documentation offers the same |
| 25 | content and features as the online documentation, but since the search |
| 26 | capability is network-based, it will not work while you are offline. |
| 27 | Autocompletion for API packages and classes, also offered from the search box, |
| 28 | is available both online and offline and loads the reference documentation for |
| 29 | the 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"> |
| 34 | http://developer.android.com</a>.</p> |
| 35 | |
| 36 | </div> |