blob: 73da7799fdcc21a6a02cafa14aac0b62a7f16744 [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001home=true
2page.title=Welcome
3@jd:body
4
Scott Maine1584132011-01-17 14:47:44 -08005<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 Project9066cfe2009-03-03 19:31:44 -080018<div id="mainBodyFluid">
19
20<h1>Welcome to the Android SDK!</h1>
21
Scott Maine1584132011-01-17 14:47:44 -080022<div id="qv-wrapper">
23<div id="qv">
24 <h2>Get Started</h2>
25 <ul>
Scott Main50e990c2012-06-21 17:14:39 -070026 <li>Create a <a href="{@docRoot}training/basics/firstapp/index.html">Building Your First App</a>
Scott Maine1584132011-01-17 14:47:44 -080027application</li>
28 <li>Read <a href="{@docRoot}resources/browser.html?tag=sample">Sample Code</a>,
29especially <a href="{@docRoot}resources/samples/ApiDemos/index.html">API Demos</a></li>
Scott Main50e990c2012-06-21 17:14:39 -070030 <li>Read the <a href="{@docRoot}guide/components/index.html">Application
Scott Maine1584132011-01-17 14:47:44 -080031Fundamentals</a></li>
Scott Main50e990c2012-06-21 17:14:39 -070032 <li>Read the <a href="{@docRoot}tools/workflow/index.html">Introduction</a> for using the SDK
Scott Maine1584132011-01-17 14:47:44 -080033tools</li>
34 </ul>
35</div>
36</div>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080037
Scott Maine1584132011-01-17 14:47:44 -080038<h3>If you've downloaded the Android SDK for the first time</h3>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080039
Scott Main50e990c2012-06-21 17:14:39 -070040<p>Follow the guide to <a href="{@docRoot}sdk/installing/index.html">Installing the Android SDK</a>, which
Scott Maine1584132011-01-17 14:47:44 -080041will help you setup your development environment.</p>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080042
Scott Maina7b1b8c2012-03-14 17:16:11 -070043<h3>If you've installed new SDK components using the Android SDK Manager</h3>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080044
Scott Main2417b9f2009-09-21 13:52:00 -070045<p>There's no additional setup.</p>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080046
Scott Main2417b9f2009-09-21 13:52:00 -070047
Scott Maine1584132011-01-17 14:47:44 -080048<div class="note">
49<p><strong>Note:</strong> You are currently viewing the offline version of the Android developer
50documentation. Because some features such as search and videos are network-based, not everything
51will work if you are not connected to the Internet. Additionally, the online version may contain
52more recently updated documents.</p>
Scott Main2417b9f2009-09-21 13:52:00 -070053
Scott Maine1584132011-01-17 14:47:44 -080054<p>For the latest documentation, please visit
55<b><a href="http://developer.android.com">developer.android.com</a></b>.
Scott Main2417b9f2009-09-21 13:52:00 -070056</p>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080057</div>