blob: b7ecd94b78b62c4b2658f934751a56696385ef26 [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 Dougherty3d3d7b72009-10-21 19:52:52 -070036 <h1><?cs if:android.whichdoc == "online" ?>Download the <?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 Dougherty3d3d7b72009-10-21 19:52:52 -070040 <?cs
41 if:ndk ?><p><em><?cs
42 var:ndk.date ?></em></p><?cs
Dirk Dougherty4e4c9192009-05-12 15:32:35 -070043 else ?><?cs
Dirk Dougherty3d3d7b72009-10-21 19:52:52 -070044 if:android.whichdoc == "online" ?><p><em><?cs
45 var:sdk.date ?></em></p><?cs
46 /if ?><?cs
47 /if ?>
The Android Open Source Project88b60792009-03-03 19:28:42 -080048
49<?cs if:sdk.not_latest_version ?>
50 <div class="special">
51 <p><strong>This is NOT the current Android SDK release.</strong></p>
Dirk Dougherty3d3d7b72009-10-21 19:52:52 -070052 <p><a href="/sdk/index.html">Download the current Android SDK</a></p>
The Android Open Source Project88b60792009-03-03 19:28:42 -080053 </div>
54<?cs /if ?>
Dirk Doughertye6be85f2009-06-24 11:01:03 -070055
Dirk Dougherty82a28812009-08-05 19:09:16 -070056<?cs if:android.whichdoc != "online" && !android.preview ?>
The Android Open Source Project88b60792009-03-03 19:28:42 -080057
Dirk Dougherty3d3d7b72009-10-21 19:52:52 -070058<!-- <p>The sections below provide an overview of how to install the SDK package. </p> -->
The Android Open Source Project88b60792009-03-03 19:28:42 -080059
60<?cs else ?>
Dirk Dougherty4e4c9192009-05-12 15:32:35 -070061 <?cs if:ndk ?>
The Android Open Source Project88b60792009-03-03 19:28:42 -080062
Dirk Dougherty4e4c9192009-05-12 15:32:35 -070063<p>The Android NDK is a companion tool to the Android SDK that lets Android
64application developers build performance-critical portions of their apps in
65native code. It is designed for use <em>only</em> in conjunction with the
Dirk Dougherty5c450ed2009-09-23 17:31:16 -070066Android SDK, so if you have not already installed the latest Android SDK, please
67do so before downloading the NDK. Also, please read <a href="#overview">What is
68the Android NDK?</a> to get an understanding of what the NDK offers and whether
69it will be useful to you.</p>
Dirk Dougherty4e4c9192009-05-12 15:32:35 -070070
71<p>Select the download package that is appropriate for your development
Dirk Doughertye6be85f2009-06-24 11:01:03 -070072computer. </p>
73
Dirk Dougherty4e4c9192009-05-12 15:32:35 -070074 <table class="download">
75 <tr>
76 <th>Platform</th>
77 <th>Package</th>
78 <th>Size</th>
79 <th>MD5 Checksum</th>
80 </tr>
81 <tr>
82 <td>Windows</td>
83 <td>
Dirk Doughertye6be85f2009-06-24 11:01:03 -070084 <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 -070085 </td>
86 <td><?cs var:ndk.win_bytes ?> bytes</td>
87 <td><?cs var:ndk.win_checksum ?></td>
88 </tr>
89 <tr class="alt-color">
90 <td>Mac OS X (intel)</td>
91 <td>
Dirk Doughertye6be85f2009-06-24 11:01:03 -070092 <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 -070093 </td>
94 <td><?cs var:ndk.mac_bytes ?> bytes</td>
95 <td><?cs var:ndk.mac_checksum ?></td>
96 </tr>
97 <tr>
Dirk Doughertye6be85f2009-06-24 11:01:03 -070098 <td>Linux 32/64-bit (x86)</td>
Dirk Dougherty4e4c9192009-05-12 15:32:35 -070099 <td>
Dirk Doughertye6be85f2009-06-24 11:01:03 -0700100 <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 -0700101 </td>
102 <td><?cs var:ndk.linux_bytes ?> bytes</td>
103 <td><?cs var:ndk.linux_checksum ?></td>
104 </tr>
Dirk Dougherty4e4c9192009-05-12 15:32:35 -0700105 </table>
106
Dirk Dougherty82a28812009-08-05 19:09:16 -0700107 <?cs else ?><?cs if:android.whichdoc == "online" ?>
108
109 <?cs if:sdk.preview ?>
110 <p>Welcome developers! The next release of the Android platform will be
111 Android 1.6 and we are pleased to announce the availability of an early look
112 SDK to give you a head-start on developing applications for it. </p>
113
Dirk Dougherty123bb122009-08-27 16:45:47 -0700114 <p>The Android <?cs var:sdk.preview.version ?> platform includes a variety of
115improvements and new features for users and developers. Additionally, the SDK
116itself introduces several new capabilities that enable you to develop
117applications more efficiently. See the <a href="features.html">Android <?cs
118var:sdk.preview.version ?> Platform Highlights</a> document for a list of
119highlights.</p>
120<?cs /if ?>
Dirk Dougherty82a28812009-08-05 19:09:16 -0700121
Dirk Dougherty3d3d7b72009-10-21 19:52:52 -0700122<p>To get started with the Android SDK, select a package from the table
123below and download it to your development computer. Next, install the package
124and then use the tools included to download one or more Android platforms, SDK
125add-ons, or other components into your SDK. </p>
126
Dirk Dougherty82ed8f82009-04-20 17:54:49 -0700127<p>Before downloading, please read the <a href="requirements.html">
Dirk Dougherty123bb122009-08-27 16:45:47 -0700128System Requirements</a> document. As you start the download, you will also need
129to review and agree to the Terms and Conditions that govern the use of the
130Android SDK. </p>
The Android Open Source Project88b60792009-03-03 19:28:42 -0800131
132 <table class="download">
133 <tr>
134 <th>Platform</th>
135 <th>Package</th>
136 <th>Size</th>
137 <th>MD5 Checksum</th>
138 </tr>
139 <tr>
140 <td>Windows</td>
141 <td>
142 <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.win_download ?>"><?cs var:sdk.win_download ?></a>
143 </td>
144 <td><?cs var:sdk.win_bytes ?> bytes</td>
145 <td><?cs var:sdk.win_checksum ?></td>
146 </tr>
147 <tr class="alt-color">
148 <td>Mac OS X (intel)</td>
149 <td>
150 <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.mac_download ?>"><?cs var:sdk.mac_download ?></a>
151 </td>
152 <td><?cs var:sdk.mac_bytes ?> bytes</td>
153 <td><?cs var:sdk.mac_checksum ?></td>
154 </tr>
155 <tr>
156 <td>Linux (i386)</td>
157 <td>
158 <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.linux_download ?>"><?cs var:sdk.linux_download ?></a>
159 </td>
160 <td><?cs var:sdk.linux_bytes ?> bytes</td>
161 <td><?cs var:sdk.linux_checksum ?></td>
162 </tr>
Dirk Dougherty82a28812009-08-05 19:09:16 -0700163 <?cs if:adt.zip_download ?>
164 <tr class="alt-color">
165 <td>ADT Plugin for Eclipse <?cs var:adt.zip_version ?></td>
166 <td>
Dirk Doughertyc66c90a2009-09-16 10:11:01 -0700167 <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 -0700168 </td>
169 <td><?cs var:adt.zip_bytes ?> bytes</td>
170 <td><?cs var:adt.zip_checksum ?></td>
171 </tr>
172 <?cs /if ?>
The Android Open Source Project88b60792009-03-03 19:28:42 -0800173 </table>
174
Dirk Dougherty82a28812009-08-05 19:09:16 -0700175 <?cs /if ?>
176 <?cs /if ?>
177<?cs /if ?>
178
179<?cs if:android.whichdoc != "online" && sdk.preview ?>
180 <p>Welcome developers! The next release of the Android platform will be
Dirk Dougherty123bb122009-08-27 16:45:47 -0700181Android <?cs var:sdk.preview.version ?> and we are pleased to announce the
182availability of an early look SDK to give you a head-start on developing
183applications for it. </p>
Dirk Dougherty82a28812009-08-05 19:09:16 -0700184
Dirk Dougherty123bb122009-08-27 16:45:47 -0700185 <p>The Android <?cs var:sdk.preview.version ?> platform includes a variety of
186improvements and new features for users and developers. Additionally, the SDK
187itself introduces several new capabilities that enable you to develop
188applications more efficiently. See the <a
189href="http://developer.android.com/sdk/preview/features.html">Android
190<?cs var:sdk.preview.version ?> Highlights</a> document for a list of
191highlights.</p>
Dirk Dougherty4e4c9192009-05-12 15:32:35 -0700192<?cs /if ?>
The Android Open Source Project88b60792009-03-03 19:28:42 -0800193
194 <?cs call:tag_list(root.descr) ?>
195
196<?cs /if ?>
197</div><!-- end jd-content -->
198
Dirk Dougherty19a4bd12009-04-24 11:30:32 -0700199<?cs if:!sdk.redirect ?>
200 <?cs include:"footer.cs" ?>
201<?cs /if ?>
202
The Android Open Source Project88b60792009-03-03 19:28:42 -0800203</div><!-- end doc-content -->
204
205<?cs include:"trailer.cs" ?>
206
207</body>
208</html>
209
210
211