sdkpage.cs revision 5c450ed169c9994bcec76bad1056c7f9c5f436cd
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 latest Android SDK, please
66do so before downloading the NDK. Also, please read <a href="#overview">What is
67the Android NDK?</a> to get an understanding of what the NDK offers and whether
68it will 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 <?cs var:sdk.preview.version ?> platform includes a variety of
114improvements and new features for users and developers. Additionally, the SDK
115itself introduces several new capabilities that enable you to develop
116applications more efficiently. See the <a href="features.html">Android <?cs
117var:sdk.preview.version ?> Platform Highlights</a> document for a list of
118highlights.</p>
119<?cs /if ?>
120
121<p>Before downloading, please read the <a href="requirements.html">
122System Requirements</a> document. As you start the download, you will also need
123to review and agree to the Terms and Conditions that govern the use of the
124Android SDK. </p>
125
126  <table class="download">
127    <tr>
128      <th>Platform</th>
129      <th>Package</th>
130      <th>Size</th>
131      <th>MD5 Checksum</th>
132  </tr>
133  <tr>
134    <td>Windows</td>
135    <td>
136  <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.win_download ?>"><?cs var:sdk.win_download ?></a>
137    </td>
138    <td><?cs var:sdk.win_bytes ?> bytes</td>
139    <td><?cs var:sdk.win_checksum ?></td>
140  </tr>
141  <tr class="alt-color">
142    <td>Mac OS X (intel)</td>
143    <td>
144  <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.mac_download ?>"><?cs var:sdk.mac_download ?></a>
145    </td>
146    <td><?cs var:sdk.mac_bytes ?> bytes</td>
147    <td><?cs var:sdk.mac_checksum ?></td>
148  </tr>
149  <tr>
150    <td>Linux (i386)</td>
151    <td>
152  <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.linux_download ?>"><?cs var:sdk.linux_download ?></a>
153    </td>
154    <td><?cs var:sdk.linux_bytes ?> bytes</td>
155    <td><?cs var:sdk.linux_checksum ?></td>
156  </tr>
157  <?cs if:adt.zip_download ?>
158  <tr class="alt-color">
159    <td>ADT Plugin for Eclipse <?cs var:adt.zip_version ?></td>
160    <td>
161  <a href="http://dl.google.com/android/<?cs var:adt.zip_download ?>"><?cs var:adt.zip_download ?></a>
162    </td>
163    <td><?cs var:adt.zip_bytes ?> bytes</td>
164    <td><?cs var:adt.zip_checksum ?></td>
165  </tr>
166  <?cs /if ?>
167  </table>
168
169  <?cs /if ?>
170 <?cs /if ?>
171<?cs /if ?>
172
173<?cs if:android.whichdoc != "online" && sdk.preview ?>
174  <p>Welcome developers! The next release of the Android platform will be
175Android <?cs var:sdk.preview.version ?> and we are pleased to announce the
176availability of an early look SDK to give you a head-start on developing
177applications for it. </p>
178
179  <p>The Android <?cs var:sdk.preview.version ?> platform includes a variety of
180improvements and new features for users and developers. Additionally, the SDK
181itself introduces several new capabilities that enable you to develop
182applications more efficiently. See the <a
183href="http://developer.android.com/sdk/preview/features.html">Android
184<?cs var:sdk.preview.version ?> Highlights</a> document for a list of
185highlights.</p>
186<?cs /if ?>
187
188      <?cs call:tag_list(root.descr) ?>
189
190<?cs /if ?>
191</div><!-- end jd-content -->
192
193<?cs if:!sdk.redirect ?>
194     <?cs include:"footer.cs" ?>
195<?cs /if ?>
196
197</div><!-- end doc-content -->
198
199<?cs include:"trailer.cs" ?>
200
201</body>
202</html>
203
204
205
206