sdkpage.cs revision 0931432790e75a944e1cd01cb8d7391a897c28b9
1<?cs include:"doctype.cs" ?>
2<?cs include:"macros.cs" ?>
3<html>
4<?cs if:sdk.redirect ?>
5  <head>
6    <title>Redirecting...</title>
7    <meta http-equiv="refresh" content="0;url=<?cs var:toroot ?>sdk/<?cs
8      if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?>"<?cs
9      else ?><?cs var:sdk.current ?>/index.html<?cs /if ?>">
10    <link href="<?cs var:toroot ?>assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
11  </head>
12<?cs else ?>
13  <?cs include:"head_tag.cs" ?>
14<?cs /if ?>
15<body class="gc-documentation">
16<a name="top"></a>
17<?cs call:custom_masthead() ?>
18
19<?cs call:sdk_nav() ?>
20
21<?cs if:sdk.redirect ?>
22
23<div class="g-unit">
24  <div id="jd-content">
25    <p>Redirecting to
26    <a href="<?cs var:toroot ?>sdk/<?cs
27      if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
28      else ?><?cs var:sdk.current ?>/index.html<?cs /if ?>">sdk/<?cs
29      if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
30      else ?><?cs var:sdk.current ?>/index.html<?cs /if ?>
31    </a> ...</p>
32<?cs else ?>
33<div class="g-unit" id="doc-content" >
34  <div id="jd-header" class="guide-header" >
35    <span class="crumb">&nbsp;</span>
36    <h1><?cs if:android.whichdoc == "online" ?>Download <?cs /if ?><?cs var:page.title ?></h1>
37  </div>
38
39  <div id="jd-content">
40    <p><em><?cs
41    if:ndk ?><?cs
42      var:ndk.date ?><?cs
43    else ?><?cs
44      var:sdk.date ?><?cs
45    /if ?></em>
46    </p>
47
48<?cs if:sdk.not_latest_version ?>
49  <div class="special">
50    <p><strong>This is NOT the current Android SDK release.</strong></p>
51    <p><a href="/sdk/<?cs var:sdk.current ?>/index.html">Download the current Android SDK</a></p>
52  </div>
53<?cs /if ?>
54
55<?cs if:android.whichdoc != "online" && !android.preview ?>
56
57<p>The sections below provide an overview of the SDK package. </p>
58
59<?cs else ?>
60  <?cs if:ndk ?>
61
62<p>The Android NDK is a companion tool to the Android SDK that lets Android
63application developers build performance-critical portions of their apps in
64native code. It is designed for use <em>only</em> in conjunction with the
65Android SDK, so if you have not already installed the Android 1.5 SDK, please do
66so before downloading the NDK. Also, please read <a href="#overview">What is the
67Android NDK?</a> to get an understanding of what the NDK offers and whether it
68will be useful to you.</p>
69
70<p>Select the download package that is appropriate for your development
71computer. </p>
72
73  <table class="download">
74    <tr>
75      <th>Platform</th>
76      <th>Package</th>
77      <th>Size</th>
78      <th>MD5 Checksum</th>
79  </tr>
80  <tr>
81    <td>Windows</td>
82    <td>
83  <a href="http://dl.google.com/android/ndk/<?cs var:ndk.win_download ?>"><?cs var:ndk.win_download ?></a>
84    </td>
85    <td><?cs var:ndk.win_bytes ?> bytes</td>
86    <td><?cs var:ndk.win_checksum ?></td>
87  </tr>
88  <tr class="alt-color">
89    <td>Mac OS X (intel)</td>
90    <td>
91  <a href="http://dl.google.com/android/ndk/<?cs var:ndk.mac_download ?>"><?cs var:ndk.mac_download ?></a>
92    </td>
93    <td><?cs var:ndk.mac_bytes ?> bytes</td>
94    <td><?cs var:ndk.mac_checksum ?></td>
95  </tr>
96  <tr>
97    <td>Linux 32/64-bit (x86)</td>
98    <td>
99  <a href="http://dl.google.com/android/ndk/<?cs var:ndk.linux_download ?>"><?cs var:ndk.linux_download ?></a>
100    </td>
101    <td><?cs var:ndk.linux_bytes ?> bytes</td>
102    <td><?cs var:ndk.linux_checksum ?></td>
103  </tr>
104  </table>
105
106  <?cs else ?><?cs if:android.whichdoc == "online" ?>
107
108  <?cs if:sdk.preview ?>
109  <p>Welcome developers! The next release of the Android platform will be
110  Android 1.6 and we are pleased to announce the availability of an early look
111  SDK to give you a head-start on developing applications for it. </p>
112
113  <p>The Android 1.6 platform includes a variety of improvements and new
114  features for users and developers. Additionally, the SDK itself introduces
115  several new capabilities that enable you to develop applications more
116  efficiently. See the <a href="features.html">Android 1.6 Highlights</a>
117  document for a list of highlights.</p>
118  <?cs /if ?>
119
120<p>Before downloading, please read the <a href="requirements.html">
121System Requirements</a> document. As you start the download, you will also need to review and agree to
122the Terms and Conditions that govern the use of the Android SDK. </p>
123
124  <table class="download">
125    <tr>
126      <th>Platform</th>
127      <th>Package</th>
128      <th>Size</th>
129      <th>MD5 Checksum</th>
130  </tr>
131  <tr>
132    <td>Windows</td>
133    <td>
134  <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.win_download ?>"><?cs var:sdk.win_download ?></a>
135    </td>
136    <td><?cs var:sdk.win_bytes ?> bytes</td>
137    <td><?cs var:sdk.win_checksum ?></td>
138  </tr>
139  <tr class="alt-color">
140    <td>Mac OS X (intel)</td>
141    <td>
142  <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.mac_download ?>"><?cs var:sdk.mac_download ?></a>
143    </td>
144    <td><?cs var:sdk.mac_bytes ?> bytes</td>
145    <td><?cs var:sdk.mac_checksum ?></td>
146  </tr>
147  <tr>
148    <td>Linux (i386)</td>
149    <td>
150  <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.linux_download ?>"><?cs var:sdk.linux_download ?></a>
151    </td>
152    <td><?cs var:sdk.linux_bytes ?> bytes</td>
153    <td><?cs var:sdk.linux_checksum ?></td>
154  </tr>
155  <?cs if:adt.zip_download ?>
156  <tr class="alt-color">
157    <td>ADT Plugin for Eclipse <?cs var:adt.zip_version ?></td>
158    <td>
159  <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:adt.zip_download ?>"><?cs var:adt.zip_download ?></a>
160    </td>
161    <td><?cs var:adt.zip_bytes ?> bytes</td>
162    <td><?cs var:adt.zip_checksum ?></td>
163  </tr>
164  <?cs /if ?>
165  </table>
166
167  <?cs /if ?>
168 <?cs /if ?>
169<?cs /if ?>
170
171<?cs if:android.whichdoc != "online" && sdk.preview ?>
172  <p>Welcome developers! The next release of the Android platform will be
173  Android 1.6 and we are pleased to announce the availability of an early look SDK
174  to give you a head-start on developing applications for it. </p>
175
176  <p>The Android 1.6 platform includes a variety of improvements and new features
177  for users and developers. Additionally, the SDK itself introduces several new
178  capabilities that enable you to develop applications more efficiently.
179  See the <a href="http://developer.android.com/sdk/preview/features.html">
180  Android 1.6 Highlights</a> document for a list of highlights.</p>
181<?cs /if ?>
182
183      <?cs call:tag_list(root.descr) ?>
184
185<?cs /if ?>
186</div><!-- end jd-content -->
187
188<?cs if:!sdk.redirect ?>
189     <?cs include:"footer.cs" ?>
190<?cs /if ?>
191
192</div><!-- end doc-content -->
193
194<?cs include:"trailer.cs" ?>
195
196</body>
197</html>
198
199
200
201