blob: f1d69fb9897d92ea64f4269c59acfd0324df8b47 [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
Dirk Dougherty71904aa2009-08-05 20:35:31 -07008 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
Dirk Dougherty123bb122009-08-27 16:45:47 -0700113 <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 ?>
Dirk Dougherty82a28812009-08-05 19:09:16 -0700120
Dirk Dougherty82ed8f82009-04-20 17:54:49 -0700121<p>Before downloading, please read the <a href="requirements.html">
Dirk Dougherty123bb122009-08-27 16:45:47 -0700122System 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>
The Android Open Source Project88b60792009-03-03 19:28:42 -0800125
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>
Dirk Dougherty82a28812009-08-05 19:09:16 -0700157 <?cs if:adt.zip_download ?>
158 <tr class="alt-color">
159 <td>ADT Plugin for Eclipse <?cs var:adt.zip_version ?></td>
160 <td>
Dirk Doughertyc66c90a2009-09-16 10:11:01 -0700161 <a href="http://dl.google.com/android/<?cs var:adt.zip_download ?>"><?cs var:adt.zip_download ?></a>
Dirk Dougherty82a28812009-08-05 19:09:16 -0700162 </td>
163 <td><?cs var:adt.zip_bytes ?> bytes</td>
164 <td><?cs var:adt.zip_checksum ?></td>
165 </tr>
166 <?cs /if ?>
The Android Open Source Project88b60792009-03-03 19:28:42 -0800167 </table>
168
Dirk Dougherty82a28812009-08-05 19:09:16 -0700169 <?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
Dirk Dougherty123bb122009-08-27 16:45:47 -0700175Android <?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>
Dirk Dougherty82a28812009-08-05 19:09:16 -0700178
Dirk Dougherty123bb122009-08-27 16:45:47 -0700179 <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>
Dirk Dougherty4e4c9192009-05-12 15:32:35 -0700186<?cs /if ?>
The Android Open Source Project88b60792009-03-03 19:28:42 -0800187
188 <?cs call:tag_list(root.descr) ?>
189
190<?cs /if ?>
191</div><!-- end jd-content -->
192
Dirk Dougherty19a4bd12009-04-24 11:30:32 -0700193<?cs if:!sdk.redirect ?>
194 <?cs include:"footer.cs" ?>
195<?cs /if ?>
196
The Android Open Source Project88b60792009-03-03 19:28:42 -0800197</div><!-- end doc-content -->
198
199<?cs include:"trailer.cs" ?>
200
201</body>
202</html>
203
204
205