summaryrefslogtreecommitdiffstats
path: root/docs/html/training/basics/firstapp/index.jd
blob: 4c1a0dc35356673c00d291376a517d77023787a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
page.title=Building Your First App
page.metaDescription=If you're new to Android app development, this where you should begin. This series of lessons shows you how to create a new project, build a simple app, and run it on a device or emulator.

trainingnavtop=true
startpage=true
next.title=Creating an Android Project
next.link=creating-project.html

@jd:body

<div id="tb-wrapper"> 
<div id="tb"> 
 
<h2>Dependencies and prerequisites</h2> 

<ul>
  <li><a href="http://developer.android.com/sdk/index.html">Android SDK</a></li>
  <li><a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> 20.0.0 or higher
    (if you're using Eclipse)</li>
</ul>
 
</div> 
</div> 
 
<p>Welcome to Android application development!</p> 

<p>This class teaches you how to build your first Android app. You’ll learn how to create an Android
project and run a debuggable version of the app. You'll also learn some fundamentals of Android app
design, including how to build a simple user interface and handle user input.</p>

<p>Before you start this class, be sure you have your development environment set up. You need
to:</p>
<ol>
  <li>Download the Android SDK.</li>
  <li>Install the ADT plugin for Eclipse (if you’ll use the Eclipse IDE).</li>
  <li>Download the latest SDK tools and platforms using the SDK Manager.</li>
</ol>

<p>If you haven't already done these tasks, start by downloading the
  <a href="{@docRoot}sdk/index.html">Android SDK</a> and following the install steps.
  Once you've finished the setup, you're ready to begin this class.</p>

<p>This class uses a tutorial format that incrementally builds a small Android app that teaches
you some fundamental concepts about Android development, so it's important that you follow each
step.</p>

<p><strong><a href="creating-project.html">Start the first lesson &rsaquo;</a></strong></p>