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 | |
Scott Main | e158413 | 2011-01-17 14:47:44 -0800 | [diff] [blame] | 5 | <style type="text/css"> |
| 6 | #qv h2 { |
| 7 | font-size:1.5em; |
| 8 | font-weight:bold; |
| 9 | margin:12px 0 .5em 0; |
| 10 | padding:5px; |
| 11 | color:#7BB026; |
| 12 | border:none; |
| 13 | } |
| 14 | #qv ul li { |
| 15 | padding: 0 5px 1em 0; |
| 16 | } |
| 17 | </style> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 18 | <div id="mainBodyFluid"> |
| 19 | |
| 20 | <h1>Welcome to the Android SDK!</h1> |
| 21 | |
Scott Main | e158413 | 2011-01-17 14:47:44 -0800 | [diff] [blame] | 22 | <div id="qv-wrapper"> |
| 23 | <div id="qv"> |
| 24 | <h2>Get Started</h2> |
| 25 | <ul> |
| 26 | <li>Create a <a href="{@docRoot}resources/tutorials/hello-world.html">Hello World</a> |
| 27 | application</li> |
| 28 | <li>Read <a href="{@docRoot}resources/browser.html?tag=sample">Sample Code</a>, |
| 29 | especially <a href="{@docRoot}resources/samples/ApiDemos/index.html">API Demos</a></li> |
| 30 | <li>Read the <a href="{@docRoot}guide/topics/fundamentals/index.html">Application |
| 31 | Fundamentals</a></li> |
| 32 | <li>Read the <a href="{@docRoot}guide/developing/index.html">Overview</a> for using the SDK |
| 33 | tools</li> |
| 34 | </ul> |
| 35 | </div> |
| 36 | </div> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 37 | |
Scott Main | e158413 | 2011-01-17 14:47:44 -0800 | [diff] [blame] | 38 | <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] | 39 | |
Scott Main | e158413 | 2011-01-17 14:47:44 -0800 | [diff] [blame] | 40 | <p>Follow the guide to <a href="{@docRoot}sdk/installing.html">Installing the Android SDK</a>, which |
| 41 | will help you setup your development environment.</p> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 42 | |
Scott Main | e158413 | 2011-01-17 14:47:44 -0800 | [diff] [blame] | 43 | <h3>If you've installed new SDK components using the SDK and AVD Manager</h3> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 44 | |
Scott Main | 2417b9f | 2009-09-21 13:52:00 -0700 | [diff] [blame] | 45 | <p>There's no additional setup.</p> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 46 | |
Scott Main | e158413 | 2011-01-17 14:47:44 -0800 | [diff] [blame] | 47 | <p>New Android platforms are saved in the <code><sdk>/platforms/</code> directory of |
| 48 | your existing SDK and new add-ons are saved in the <code><sdk>/add-ons/</code> directory.</p> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 49 | |
Scott Main | 2417b9f | 2009-09-21 13:52:00 -0700 | [diff] [blame] | 50 | |
Scott Main | e158413 | 2011-01-17 14:47:44 -0800 | [diff] [blame] | 51 | <div class="note"> |
| 52 | <p><strong>Note:</strong> You are currently viewing the offline version of the Android developer |
| 53 | documentation. Because some features such as search and videos are network-based, not everything |
| 54 | will work if you are not connected to the Internet. Additionally, the online version may contain |
| 55 | more recently updated documents.</p> |
Scott Main | 2417b9f | 2009-09-21 13:52:00 -0700 | [diff] [blame] | 56 | |
Scott Main | e158413 | 2011-01-17 14:47:44 -0800 | [diff] [blame] | 57 | <p>For the latest documentation, please visit |
| 58 | <b><a href="http://developer.android.com">developer.android.com</a></b>. |
Scott Main | 2417b9f | 2009-09-21 13:52:00 -0700 | [diff] [blame] | 59 | </p> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 60 | </div> |