sdkpage.cs revision d8cfce0ddf954340d5f5587f72509ca685b5bc1a
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 ?>">/sdk/<?cs var:sdk.redirect.path ?><?cs
28      else ?><?cs var:sdk.current ?>/index.html">/sdk/<?cs var:sdk.current ?>/index.html<?cs /if ?>
29    </a> ...</p>
30<?cs else ?>
31<div class="g-unit" id="doc-content" >
32  <div id="jd-header" class="guide-header" >
33    <span class="crumb">&nbsp;</span>
34    <h1><?cs if:android.whichdoc == "online" ?>Download <?cs /if ?><?cs var:page.title ?></h1>
35  </div>
36
37  <div id="jd-content">
38    <p><em><?cs
39    if:ndk ?><?cs
40      var:ndk.date ?><?cs
41    else ?><?cs
42      var:sdk.date ?><?cs
43    /if ?></em>
44    </p>
45
46<?cs if:sdk.not_latest_version ?>
47  <div class="special">
48    <p><strong>This is NOT the current Android SDK release.</strong></p>
49    <p><a href="/sdk/<?cs var:sdk.current ?>/index.html">Download the current Android SDK</a></p>
50  </div>
51<?cs /if ?>
52
53<?cs if:android.whichdoc != "online" ?>
54
55<p>The sections below provide an overview of the SDK package. </p>
56
57<?cs else ?>
58  <?cs if:ndk ?>
59
60<p>The Android NDK is a companion tool to the Android SDK that lets Android
61application developers build performance-critical portions of their apps in
62native code. It is designed for use <em>only</em> in conjunction with the
63Android SDK, so if you have not already installed the Android 1.5 SDK, please do
64so before downloading the NDK. Also, please read <a href="#overview">What is the
65Android NDK?</a> to get an understanding of what the NDK offers and whether it
66will be useful to you.</p>
67
68<p>Select the download package that is appropriate for your development
69computer. </p>
70
71  <table class="download">
72    <tr>
73      <th>Platform</th>
74      <th>Package</th>
75      <th>Size</th>
76      <th>MD5 Checksum</th>
77  </tr>
78  <tr>
79    <td>Windows</td>
80    <td>
81  <a href="http://dl.google.com/android/ndk/<?cs var:ndk.win_download ?>"><?cs var:ndk.win_download ?></a>
82    </td>
83    <td><?cs var:ndk.win_bytes ?> bytes</td>
84    <td><?cs var:ndk.win_checksum ?></td>
85  </tr>
86  <tr class="alt-color">
87    <td>Mac OS X (intel)</td>
88    <td>
89  <a href="http://dl.google.com/android/ndk/<?cs var:ndk.mac_download ?>"><?cs var:ndk.mac_download ?></a>
90    </td>
91    <td><?cs var:ndk.mac_bytes ?> bytes</td>
92    <td><?cs var:ndk.mac_checksum ?></td>
93  </tr>
94  <tr>
95    <td>Linux 32/64-bit (x86)</td>
96    <td>
97  <a href="http://dl.google.com/android/ndk/<?cs var:ndk.linux_download ?>"><?cs var:ndk.linux_download ?></a>
98    </td>
99    <td><?cs var:ndk.linux_bytes ?> bytes</td>
100    <td><?cs var:ndk.linux_checksum ?></td>
101  </tr>
102  </table>
103
104  <?cs else ?>
105<p>Before downloading, please read the <a href="requirements.html">
106System Requirements</a> document. As you start the download, you will also need to review and agree to
107the Terms and Conditions that govern the use of the Android SDK. </p>
108
109  <table class="download">
110    <tr>
111      <th>Platform</th>
112      <th>Package</th>
113      <th>Size</th>
114      <th>MD5 Checksum</th>
115  </tr>
116  <tr>
117    <td>Windows</td>
118    <td>
119  <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.win_download ?>"><?cs var:sdk.win_download ?></a>
120    </td>
121    <td><?cs var:sdk.win_bytes ?> bytes</td>
122    <td><?cs var:sdk.win_checksum ?></td>
123  </tr>
124  <tr class="alt-color">
125    <td>Mac OS X (intel)</td>
126    <td>
127  <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.mac_download ?>"><?cs var:sdk.mac_download ?></a>
128    </td>
129    <td><?cs var:sdk.mac_bytes ?> bytes</td>
130    <td><?cs var:sdk.mac_checksum ?></td>
131  </tr>
132  <tr>
133    <td>Linux (i386)</td>
134    <td>
135  <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.linux_download ?>"><?cs var:sdk.linux_download ?></a>
136    </td>
137    <td><?cs var:sdk.linux_bytes ?> bytes</td>
138    <td><?cs var:sdk.linux_checksum ?></td>
139  </tr>
140  </table>
141
142<?cs /if ?>
143<?cs /if ?>
144
145      <?cs call:tag_list(root.descr) ?>
146
147<?cs /if ?>
148</div><!-- end jd-content -->
149
150<?cs if:!sdk.redirect ?>
151     <?cs include:"footer.cs" ?>
152<?cs /if ?>
153
154</div><!-- end doc-content -->
155
156<?cs include:"trailer.cs" ?>
157
158</body>
159</html>
160
161
162
163