blob: 7a5a96bd7315f789553ed04f133db716e33e3fc4 [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 Dougherty82ed8f82009-04-20 17:54:49 -07007 <meta http-equiv="refresh" content="0;url=<?cs var:toroot ?>sdk/<?cs var:sdk.current ?>/index.html">
The Android Open Source Project88b60792009-03-03 19:28:42 -08008 <link href="<?cs var:toroot ?>assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
9 </head>
10<?cs else ?>
11 <?cs include:"head_tag.cs" ?>
12<?cs /if ?>
13<body class="gc-documentation">
14<a name="top"></a>
15<?cs call:custom_masthead() ?>
16
17<?cs call:sdk_nav() ?>
18
The Android Open Source Project88b60792009-03-03 19:28:42 -080019<?cs if:sdk.redirect ?>
Dirk Dougherty19a4bd12009-04-24 11:30:32 -070020<div class="g-unit">
21 <div id="jd-content">
22 <p>Redirecting to
23 <a href="/sdk/<?cs var:sdk.current ?>/index.html">
24 /sdk/<?cs var:sdk.current ?>/index.html
25 </a></p>
The Android Open Source Project88b60792009-03-03 19:28:42 -080026<?cs else ?>
Dirk Dougherty19a4bd12009-04-24 11:30:32 -070027<div class="g-unit" id="doc-content" >
The Android Open Source Project88b60792009-03-03 19:28:42 -080028 <div id="jd-header" class="guide-header" >
29 <span class="crumb">&nbsp;</span>
Dirk Dougherty55534c82009-04-21 18:52:37 -070030 <h1><?cs if:android.whichdoc == "online" ?>Download <?cs /if ?><?cs var:page.title ?></h1>
The Android Open Source Project88b60792009-03-03 19:28:42 -080031 </div>
32
Dirk Dougherty19a4bd12009-04-24 11:30:32 -070033 <div id="jd-content">
Dirk Dougherty4e4c9192009-05-12 15:32:35 -070034 <p><em><?cs
35 if:ndk ?><?cs
36 var:ndk.date ?><?cs
37 else ?><?cs
38 var:sdk.date ?><?cs
39 /if ?></em>
40 </p>
The Android Open Source Project88b60792009-03-03 19:28:42 -080041
42<?cs if:sdk.not_latest_version ?>
43 <div class="special">
44 <p><strong>This is NOT the current Android SDK release.</strong></p>
Scott Main6b894c82009-04-26 23:18:20 -070045 <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 -080046 </div>
47<?cs /if ?>
Dirk Doughertye6be85f2009-06-24 11:01:03 -070048
The Android Open Source Project88b60792009-03-03 19:28:42 -080049<?cs if:android.whichdoc != "online" ?>
50
51<p>The sections below provide an overview of the SDK package. </p>
52
53<?cs else ?>
Dirk Dougherty4e4c9192009-05-12 15:32:35 -070054 <?cs if:ndk ?>
The Android Open Source Project88b60792009-03-03 19:28:42 -080055
Dirk Dougherty4e4c9192009-05-12 15:32:35 -070056<p>The Android NDK is a companion tool to the Android SDK that lets Android
57application developers build performance-critical portions of their apps in
58native code. It is designed for use <em>only</em> in conjunction with the
59Android SDK, so if you have not already installed the Android 1.5 SDK, please do
Dirk Doughertye6be85f2009-06-24 11:01:03 -070060so before downloading the NDK. Also, please read <a href="#overview">What is the
61Android NDK?</a> to get an understanding of what the NDK offers and whether it
62will be useful to you.</p>
Dirk Dougherty4e4c9192009-05-12 15:32:35 -070063
64<p>Select the download package that is appropriate for your development
Dirk Doughertye6be85f2009-06-24 11:01:03 -070065computer. </p>
66
Dirk Dougherty4e4c9192009-05-12 15:32:35 -070067 <table class="download">
68 <tr>
69 <th>Platform</th>
70 <th>Package</th>
71 <th>Size</th>
72 <th>MD5 Checksum</th>
73 </tr>
74 <tr>
75 <td>Windows</td>
76 <td>
Dirk Doughertye6be85f2009-06-24 11:01:03 -070077 <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 -070078 </td>
79 <td><?cs var:ndk.win_bytes ?> bytes</td>
80 <td><?cs var:ndk.win_checksum ?></td>
81 </tr>
82 <tr class="alt-color">
83 <td>Mac OS X (intel)</td>
84 <td>
Dirk Doughertye6be85f2009-06-24 11:01:03 -070085 <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 -070086 </td>
87 <td><?cs var:ndk.mac_bytes ?> bytes</td>
88 <td><?cs var:ndk.mac_checksum ?></td>
89 </tr>
90 <tr>
Dirk Doughertye6be85f2009-06-24 11:01:03 -070091 <td>Linux 32/64-bit (x86)</td>
Dirk Dougherty4e4c9192009-05-12 15:32:35 -070092 <td>
Dirk Doughertye6be85f2009-06-24 11:01:03 -070093 <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 -070094 </td>
95 <td><?cs var:ndk.linux_bytes ?> bytes</td>
96 <td><?cs var:ndk.linux_checksum ?></td>
97 </tr>
Dirk Dougherty4e4c9192009-05-12 15:32:35 -070098 </table>
99
100 <?cs else ?>
Dirk Dougherty82ed8f82009-04-20 17:54:49 -0700101<p>Before downloading, please read the <a href="requirements.html">
The Android Open Source Project88b60792009-03-03 19:28:42 -0800102System Requirements</a> document. As you start the download, you will also need to review and agree to
103the Terms and Conditions that govern the use of the Android SDK. </p>
104
105 <table class="download">
106 <tr>
107 <th>Platform</th>
108 <th>Package</th>
109 <th>Size</th>
110 <th>MD5 Checksum</th>
111 </tr>
112 <tr>
113 <td>Windows</td>
114 <td>
115 <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.win_download ?>"><?cs var:sdk.win_download ?></a>
116 </td>
117 <td><?cs var:sdk.win_bytes ?> bytes</td>
118 <td><?cs var:sdk.win_checksum ?></td>
119 </tr>
120 <tr class="alt-color">
121 <td>Mac OS X (intel)</td>
122 <td>
123 <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.mac_download ?>"><?cs var:sdk.mac_download ?></a>
124 </td>
125 <td><?cs var:sdk.mac_bytes ?> bytes</td>
126 <td><?cs var:sdk.mac_checksum ?></td>
127 </tr>
128 <tr>
129 <td>Linux (i386)</td>
130 <td>
131 <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.linux_download ?>"><?cs var:sdk.linux_download ?></a>
132 </td>
133 <td><?cs var:sdk.linux_bytes ?> bytes</td>
134 <td><?cs var:sdk.linux_checksum ?></td>
135 </tr>
136 </table>
137
138<?cs /if ?>
Dirk Dougherty4e4c9192009-05-12 15:32:35 -0700139<?cs /if ?>
The Android Open Source Project88b60792009-03-03 19:28:42 -0800140
141 <?cs call:tag_list(root.descr) ?>
142
143<?cs /if ?>
144</div><!-- end jd-content -->
145
Dirk Dougherty19a4bd12009-04-24 11:30:32 -0700146<?cs if:!sdk.redirect ?>
147 <?cs include:"footer.cs" ?>
148<?cs /if ?>
149
The Android Open Source Project88b60792009-03-03 19:28:42 -0800150</div><!-- end doc-content -->
151
152<?cs include:"trailer.cs" ?>
153
154</body>
155</html>
156
157
158