blob: e04f2d8a360504408786d479bfa7b788c12c40bf [file] [log] [blame]
The Android Open Source Project88b60792009-03-03 19:28:42 -08001<?cs include:"doctype.cs" ?>
2<?cs include:"macros.cs" ?>
3<html>
4<?cs if:sdk.redirect ?>
5 <head>
6 <title>Redirecting...</title>
Dirk Doughertyd8cfce02009-07-15 16:37:21 -07007 <meta http-equiv="refresh" content="0;url=<?cs var:toroot ?>sdk/<?cs
8 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?>"<?cs
Dirk Dougherty82a28812009-08-05 19:09:16 -07009 else ?><?cs var:sdk.current ?>/index.html<?cs /if ?>">
The Android Open Source Project88b60792009-03-03 19:28:42 -080010 <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
The Android Open Source Project88b60792009-03-03 19:28:42 -080021<?cs if:sdk.redirect ?>
Dirk Doughertyd8cfce02009-07-15 16:37:21 -070022
Dirk Dougherty19a4bd12009-04-24 11:30:32 -070023<div class="g-unit">
24 <div id="jd-content">
25 <p>Redirecting to
Dirk Doughertyd8cfce02009-07-15 16:37:21 -070026 <a href="<?cs var:toroot ?>sdk/<?cs
Dirk Dougherty82a28812009-08-05 19:09:16 -070027 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 ?>
Dirk Doughertyd8cfce02009-07-15 16:37:21 -070031 </a> ...</p>
The Android Open Source Project88b60792009-03-03 19:28:42 -080032<?cs else ?>
Dirk Dougherty19a4bd12009-04-24 11:30:32 -070033<div class="g-unit" id="doc-content" >
The Android Open Source Project88b60792009-03-03 19:28:42 -080034 <div id="jd-header" class="guide-header" >
35 <span class="crumb">&nbsp;</span>
Dirk Dougherty55534c82009-04-21 18:52:37 -070036 <h1><?cs if:android.whichdoc == "online" ?>Download <?cs /if ?><?cs var:page.title ?></h1>
The Android Open Source Project88b60792009-03-03 19:28:42 -080037 </div>
38
Dirk Dougherty19a4bd12009-04-24 11:30:32 -070039 <div id="jd-content">
Dirk Dougherty4e4c9192009-05-12 15:32:35 -070040 <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>
The Android Open Source Project88b60792009-03-03 19:28:42 -080047
48<?cs if:sdk.not_latest_version ?>
49 <div class="special">
50 <p><strong>This is NOT the current Android SDK release.</strong></p>
Scott Main6b894c82009-04-26 23:18:20 -070051 <p><a href="/sdk/<?cs var:sdk.current ?>/index.html">Download the current Android SDK</a></p>
The Android Open Source Project88b60792009-03-03 19:28:42 -080052 </div>
53<?cs /if ?>
Dirk Doughertye6be85f2009-06-24 11:01:03 -070054
Dirk Dougherty82a28812009-08-05 19:09:16 -070055<?cs if:android.whichdoc != "online" && !android.preview ?>
The Android Open Source Project88b60792009-03-03 19:28:42 -080056
57<p>The sections below provide an overview of the SDK package. </p>
58
59<?cs else ?>
Dirk Dougherty4e4c9192009-05-12 15:32:35 -070060 <?cs if:ndk ?>
The Android Open Source Project88b60792009-03-03 19:28:42 -080061
Dirk Dougherty4e4c9192009-05-12 15:32:35 -070062<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
Dirk Doughertye6be85f2009-06-24 11:01:03 -070066so 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>
Dirk Dougherty4e4c9192009-05-12 15:32:35 -070069
70<p>Select the download package that is appropriate for your development
Dirk Doughertye6be85f2009-06-24 11:01:03 -070071computer. </p>
72
Dirk Dougherty4e4c9192009-05-12 15:32:35 -070073 <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>
Dirk Doughertye6be85f2009-06-24 11:01:03 -070083 <a href="http://dl.google.com/android/ndk/<?cs var:ndk.win_download ?>"><?cs var:ndk.win_download ?></a>
Dirk Dougherty4e4c9192009-05-12 15:32:35 -070084 </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>
Dirk Doughertye6be85f2009-06-24 11:01:03 -070091 <a href="http://dl.google.com/android/ndk/<?cs var:ndk.mac_download ?>"><?cs var:ndk.mac_download ?></a>
Dirk Dougherty4e4c9192009-05-12 15:32:35 -070092 </td>
93 <td><?cs var:ndk.mac_bytes ?> bytes</td>
94 <td><?cs var:ndk.mac_checksum ?></td>
95 </tr>
96 <tr>
Dirk Doughertye6be85f2009-06-24 11:01:03 -070097 <td>Linux 32/64-bit (x86)</td>
Dirk Dougherty4e4c9192009-05-12 15:32:35 -070098 <td>
Dirk Doughertye6be85f2009-06-24 11:01:03 -070099 <a href="http://dl.google.com/android/ndk/<?cs var:ndk.linux_download ?>"><?cs var:ndk.linux_download ?></a>
Dirk Dougherty4e4c9192009-05-12 15:32:35 -0700100 </td>
101 <td><?cs var:ndk.linux_bytes ?> bytes</td>
102 <td><?cs var:ndk.linux_checksum ?></td>
103 </tr>
Dirk Dougherty4e4c9192009-05-12 15:32:35 -0700104 </table>
105
Dirk Dougherty82a28812009-08-05 19:09:16 -0700106 <?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
Dirk Dougherty82ed8f82009-04-20 17:54:49 -0700120<p>Before downloading, please read the <a href="requirements.html">
The Android Open Source Project88b60792009-03-03 19:28:42 -0800121System 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>
Dirk Dougherty82a28812009-08-05 19:09:16 -0700155 <?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 ?>
The Android Open Source Project88b60792009-03-03 19:28:42 -0800165 </table>
166
Dirk Dougherty82a28812009-08-05 19:09:16 -0700167 <?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="features.html">Android 1.6 Highlights</a> document for a list
180 of highlights.</p>
Dirk Dougherty4e4c9192009-05-12 15:32:35 -0700181<?cs /if ?>
The Android Open Source Project88b60792009-03-03 19:28:42 -0800182
183 <?cs call:tag_list(root.descr) ?>
184
185<?cs /if ?>
186</div><!-- end jd-content -->
187
Dirk Dougherty19a4bd12009-04-24 11:30:32 -0700188<?cs if:!sdk.redirect ?>
189 <?cs include:"footer.cs" ?>
190<?cs /if ?>
191
The Android Open Source Project88b60792009-03-03 19:28:42 -0800192</div><!-- end doc-content -->
193
194<?cs include:"trailer.cs" ?>
195
196</body>
197</html>
198
199
200