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 | |
Scott Main | 2417b9f | 2009-09-21 13:52:00 -0700 | [diff] [blame] | 9 | <img src="{@docRoot}assets/images/home/sdk-large.png" style="float:right; margin:-2em 3em 3em;" /> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 10 | |
Scott Main | 2417b9f | 2009-09-21 13:52:00 -0700 | [diff] [blame] | 11 | <h3>If you've downloaded the Android SDK for the first time...</h3> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 12 | |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame^] | 13 | <p>Follow the online guide to |
| 14 | <a href="{@docRoot}sdk/installing.html">Installing |
Scott Main | 2417b9f | 2009-09-21 13:52:00 -0700 | [diff] [blame] | 15 | the Android SDK</a>, which will help you setup your development environment |
| 16 | (including the Android Development Tools plugin for Eclipse) |
| 17 | so you can start developing Android apps.</p> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 18 | |
Scott Main | 2417b9f | 2009-09-21 13:52:00 -0700 | [diff] [blame] | 19 | <p>Once your environment is setup, look at the |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame^] | 20 | <a href="{@docRoot}sdk/installing.html#NextSteps">Next |
| 21 | Steps</a> for some suggestions on how to begin learning about Android.</p> |
Dirk Dougherty | 134e8e4 | 2009-04-22 18:45:05 -0700 | [diff] [blame] | 22 | |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame^] | 23 | <h3>If you've just installed new SDK components using the <em>SDK and AVD Manager</em>...</h3> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 24 | |
Scott Main | 2417b9f | 2009-09-21 13:52:00 -0700 | [diff] [blame] | 25 | <p>There's no additional setup.</p> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 26 | |
Scott Main | 2417b9f | 2009-09-21 13:52:00 -0700 | [diff] [blame] | 27 | <p>Newly installed Android platforms are automatically saved in the |
| 28 | <code><em><sdk_dir>/</em>platforms/</code> directory of your existing SDK; |
| 29 | new add-ons are saved in the <code><em><sdk_dir>/</em>add-ons/</code> |
| 30 | directory; and new documentation is saved in the existing |
| 31 | <code><em><sdk_dir>/</em>docs/</code> directory (old docs are replaced).</p> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 32 | |
Scott Main | 2417b9f | 2009-09-21 13:52:00 -0700 | [diff] [blame] | 33 | |
| 34 | <hr style="margin:2em 0;" /> |
| 35 | |
| 36 | <p>Note that you are currently viewing a local, offline version of the |
| 37 | Android developer documentation. The offline documentation offers almost all the same |
| 38 | content and features as the online documentation. Because some features |
| 39 | such as search and videos are network-based, not everything will work if you |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame^] | 40 | are not connected to the Internet.</p> |
| 41 | |
| 42 | <p>For the most current documentation and a fully-functional experience, please visit:</p> |
| 43 | <p style="margin-left:2em;"> |
| 44 | <a href="http://developer.android.com">http://developer.android.com</a></strong>. |
Scott Main | 2417b9f | 2009-09-21 13:52:00 -0700 | [diff] [blame] | 45 | </p> |
| 46 | |
| 47 | |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 48 | |
| 49 | </div> |