blob: 8bf30d10e2f2af7c23aaa15dca483ce1576edb0f [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 ?>
48
49
50<?cs if:android.whichdoc != "online" ?>
51
52<p>The sections below provide an overview of the SDK package. </p>
53
54<?cs else ?>
Dirk Dougherty4e4c9192009-05-12 15:32:35 -070055 <?cs if:ndk ?>
The Android Open Source Project88b60792009-03-03 19:28:42 -080056
Dirk Dougherty4e4c9192009-05-12 15:32:35 -070057<p>The Android NDK is a companion tool to the Android SDK that lets Android
58application developers build performance-critical portions of their apps in
59native code. It is designed for use <em>only</em> in conjunction with the
60Android SDK, so if you have not already installed the Android 1.5 SDK, please do
61so before downloading the NDK. Also, please read <a href="">What is the Android
62NDK?</a> to get an understanding of what the NDK offers and whether it will be
63useful to you.</p>
64
65<p>Select the download package that is appropriate for your development
66computer. Note that separate download packages are provided for 32- and 64-bit
67Linux platforms.</p>
68
69 <table class="download">
70 <tr>
71 <th>Platform</th>
72 <th>Package</th>
73 <th>Size</th>
74 <th>MD5 Checksum</th>
75 </tr>
76 <tr>
77 <td>Windows</td>
78 <td>
79 <a href="http://dl.google.com/android/<?cs var:ndk.win_download ?>"><?cs var:ndk.win_download ?></a>
80 </td>
81 <td><?cs var:ndk.win_bytes ?> bytes</td>
82 <td><?cs var:ndk.win_checksum ?></td>
83 </tr>
84 <tr class="alt-color">
85 <td>Mac OS X (intel)</td>
86 <td>
87 <a href="http://dl.google.com/android/<?cs var:ndk.mac_download ?>"><?cs var:ndk.mac_download ?></a>
88 </td>
89 <td><?cs var:ndk.mac_bytes ?> bytes</td>
90 <td><?cs var:ndk.mac_checksum ?></td>
91 </tr>
92 <tr>
93 <td>Linux 32-bit (i386)</td>
94 <td>
95 <a href="http://dl.google.com/android/<?cs var:ndk.linux_download ?>"><?cs var:ndk.linux_download ?></a>
96 </td>
97 <td><?cs var:ndk.linux_bytes ?> bytes</td>
98 <td><?cs var:ndk.linux_checksum ?></td>
99 </tr>
100 <tr class="alt-color">
101 <td>Linux 64-bit (x86_64)</td>
102 <td>
103 <a href="http://dl.google.com/android/<?cs var:ndk.linux_64_download ?>"><?cs var:ndk.linux_64_download ?></a>
104 </td>
105 <td><?cs var:ndk.linux_64_bytes ?> bytes</td>
106 <td><?cs var:ndk.linux_64_checksum ?></td>
107 </tr>
108 </table>
109
110 <?cs else ?>
Dirk Dougherty82ed8f82009-04-20 17:54:49 -0700111<p>Before downloading, please read the <a href="requirements.html">
The Android Open Source Project88b60792009-03-03 19:28:42 -0800112System Requirements</a> document. As you start the download, you will also need to review and agree to
113the Terms and Conditions that govern the use of the Android SDK. </p>
114
115 <table class="download">
116 <tr>
117 <th>Platform</th>
118 <th>Package</th>
119 <th>Size</th>
120 <th>MD5 Checksum</th>
121 </tr>
122 <tr>
123 <td>Windows</td>
124 <td>
125 <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.win_download ?>"><?cs var:sdk.win_download ?></a>
126 </td>
127 <td><?cs var:sdk.win_bytes ?> bytes</td>
128 <td><?cs var:sdk.win_checksum ?></td>
129 </tr>
130 <tr class="alt-color">
131 <td>Mac OS X (intel)</td>
132 <td>
133 <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.mac_download ?>"><?cs var:sdk.mac_download ?></a>
134 </td>
135 <td><?cs var:sdk.mac_bytes ?> bytes</td>
136 <td><?cs var:sdk.mac_checksum ?></td>
137 </tr>
138 <tr>
139 <td>Linux (i386)</td>
140 <td>
141 <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.linux_download ?>"><?cs var:sdk.linux_download ?></a>
142 </td>
143 <td><?cs var:sdk.linux_bytes ?> bytes</td>
144 <td><?cs var:sdk.linux_checksum ?></td>
145 </tr>
146 </table>
147
148<?cs /if ?>
Dirk Dougherty4e4c9192009-05-12 15:32:35 -0700149<?cs /if ?>
The Android Open Source Project88b60792009-03-03 19:28:42 -0800150
151 <?cs call:tag_list(root.descr) ?>
152
153<?cs /if ?>
154</div><!-- end jd-content -->
155
Dirk Dougherty19a4bd12009-04-24 11:30:32 -0700156<?cs if:!sdk.redirect ?>
157 <?cs include:"footer.cs" ?>
158<?cs /if ?>
159
The Android Open Source Project88b60792009-03-03 19:28:42 -0800160</div><!-- end doc-content -->
161
162<?cs include:"trailer.cs" ?>
163
164</body>
165</html>
166
167
168