• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1page.title=Building Your First App
2page.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.
3
4trainingnavtop=true
5startpage=true
6
7page.tags=sdk tools
8helpoutsWidget=true
9
10@jd:body
11
12<div id="tb-wrapper">
13<div id="tb">
14
15<h2>Dependencies</h2>
16
17<ul>
18  <li><a href="{@docRoot}studio/index.html">Android Studio</a></li>
19</ul>
20
21</div>
22</div>
23
24<p>Welcome to Android application development!</p>
25
26<p>This class teaches you how to build your first Android app. You’ll learn how
27  to create an Android project with Android Studio and run a debuggable version
28  of the app. You'll also learn some fundamentals of Android app design,
29  including how to build a simple user interface and handle user input.</p>
30
31<p>Before you start this class, download and install
32  <a href="{@docRoot}studio/index.html">Android Studio</a>.</p>