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