blob: 6d4483fd15021ea4bc5a6fbb95dfe40d1f1cd9c8 [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001home=true
2page.title=Welcome
Dirk Dougherty5f0462a2013-11-19 13:15:07 -08003excludeFromSuggestions=true
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08004@jd:body
5
Scott Maine1584132011-01-17 14:47:44 -08006<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 Project9066cfe2009-03-03 19:31:44 -080019<div id="mainBodyFluid">
20
21<h1>Welcome to the Android SDK!</h1>
22
Scott Maine1584132011-01-17 14:47:44 -080023<div id="qv-wrapper">
24<div id="qv">
25 <h2>Get Started</h2>
26 <ul>
Scott Main50e990c2012-06-21 17:14:39 -070027 <li>Create a <a href="{@docRoot}training/basics/firstapp/index.html">Building Your First App</a>
Scott Maine1584132011-01-17 14:47:44 -080028application</li>
29 <li>Read <a href="{@docRoot}resources/browser.html?tag=sample">Sample Code</a>,
30especially <a href="{@docRoot}resources/samples/ApiDemos/index.html">API Demos</a></li>
Scott Main50e990c2012-06-21 17:14:39 -070031 <li>Read the <a href="{@docRoot}guide/components/index.html">Application
Scott Maine1584132011-01-17 14:47:44 -080032Fundamentals</a></li>
Scott Main50e990c2012-06-21 17:14:39 -070033 <li>Read the <a href="{@docRoot}tools/workflow/index.html">Introduction</a> for using the SDK
Scott Maine1584132011-01-17 14:47:44 -080034tools</li>
35 </ul>
36</div>
37</div>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080038
Scott Maine1584132011-01-17 14:47:44 -080039<h3>If you've downloaded the Android SDK for the first time</h3>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080040
Scott Main50e990c2012-06-21 17:14:39 -070041<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 -080042will help you setup your development environment.</p>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080043
Scott Maina7b1b8c2012-03-14 17:16:11 -070044<h3>If you've installed new SDK components using the Android SDK Manager</h3>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080045
Scott Main2417b9f2009-09-21 13:52:00 -070046<p>There's no additional setup.</p>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080047
Scott Main2417b9f2009-09-21 13:52:00 -070048
Scott Maine1584132011-01-17 14:47:44 -080049<div class="note">
50<p><strong>Note:</strong> You are currently viewing the offline version of the Android developer
51documentation. Because some features such as search and videos are network-based, not everything
52will work if you are not connected to the Internet. Additionally, the online version may contain
53more recently updated documents.</p>
Scott Main2417b9f2009-09-21 13:52:00 -070054
Scott Maine1584132011-01-17 14:47:44 -080055<p>For the latest documentation, please visit
56<b><a href="http://developer.android.com">developer.android.com</a></b>.
Scott Main2417b9f2009-09-21 13:52:00 -070057</p>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080058</div>