blob: 32a33b6337a1845248c5cdc7d41dbe2956957b15 (
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
|
page.title=Setting Up the Preview SDK
@jd:body
<p>The Preview SDK is available from the Android SDK Manager. <!-- Not yet! -->
This document assumes that you are familiar with Android app development, such
as using the Android SDK Manager and creating projects. If you're new to
Android, see <a href="/training/basics/firstapp/index.html">Building Your First
App</a> training lesson first.</a></p>
<h2>Download the SDK</h2>
<ol>
<li>Start the Android SDK Manager.</li>
<li>In the <b>Tools</b> section, select the latest Android <b>SDK Tools</b>,
<b>Platform-tools</b>, and <b>Build-tools</b>.</li>
<!-- Android L not yet showing up in Android SDK Manager... -->
<li>Select everything under the <b>Android L Developer Preview</b> section and
click <b>Install packages...</b></li>
<li>Accept the Licensing Agreement for all of the packages and click
<b>Install</b>.</li>
</ol>
<h2>Set up your environment</h2>
<ol>
<li>Create a new Android project with the following properties:
<ul>
<li>Minimum SDK Version: L</li>
<li>Target SDK Version: L</li>
<li>Build Target: L</li>
</ul>
</li>
<li>Choose the theme <code>Theme.Material</code>
<!-- put in name as it appears in Eclipse menu? -->
</ol>
|