The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 1 | <?cs include:"doctype.cs" ?> |
| 2 | <?cs include:"macros.cs" ?> |
| 3 | <html> |
| 4 | <?cs if:sdk.redirect ?> |
| 5 | <head> |
| 6 | <title>Redirecting...</title> |
Dirk Dougherty | d8cfce0 | 2009-07-15 16:37:21 -0700 | [diff] [blame] | 7 | <meta http-equiv="refresh" content="0;url=<?cs var:toroot ?>sdk/<?cs |
Dirk Dougherty | 71904aa | 2009-08-05 20:35:31 -0700 | [diff] [blame] | 8 | if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs |
Dirk Dougherty | 82a2881 | 2009-08-05 19:09:16 -0700 | [diff] [blame] | 9 | else ?><?cs var:sdk.current ?>/index.html<?cs /if ?>"> |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 10 | <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 Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 21 | <?cs if:sdk.redirect ?> |
Dirk Dougherty | d8cfce0 | 2009-07-15 16:37:21 -0700 | [diff] [blame] | 22 | |
Dirk Dougherty | 19a4bd1 | 2009-04-24 11:30:32 -0700 | [diff] [blame] | 23 | <div class="g-unit"> |
| 24 | <div id="jd-content"> |
| 25 | <p>Redirecting to |
Dirk Dougherty | d8cfce0 | 2009-07-15 16:37:21 -0700 | [diff] [blame] | 26 | <a href="<?cs var:toroot ?>sdk/<?cs |
Dirk Dougherty | 82a2881 | 2009-08-05 19:09:16 -0700 | [diff] [blame] | 27 | 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 Dougherty | d8cfce0 | 2009-07-15 16:37:21 -0700 | [diff] [blame] | 31 | </a> ...</p> |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 32 | <?cs else ?> |
Dirk Dougherty | 19a4bd1 | 2009-04-24 11:30:32 -0700 | [diff] [blame] | 33 | <div class="g-unit" id="doc-content" > |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 34 | <div id="jd-header" class="guide-header" > |
| 35 | <span class="crumb"> </span> |
Dirk Dougherty | 55534c8 | 2009-04-21 18:52:37 -0700 | [diff] [blame] | 36 | <h1><?cs if:android.whichdoc == "online" ?>Download <?cs /if ?><?cs var:page.title ?></h1> |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 37 | </div> |
| 38 | |
Dirk Dougherty | 19a4bd1 | 2009-04-24 11:30:32 -0700 | [diff] [blame] | 39 | <div id="jd-content"> |
Dirk Dougherty | 4e4c919 | 2009-05-12 15:32:35 -0700 | [diff] [blame] | 40 | <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 Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 47 | |
| 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 Main | 6b894c8 | 2009-04-26 23:18:20 -0700 | [diff] [blame] | 51 | <p><a href="/sdk/<?cs var:sdk.current ?>/index.html">Download the current Android SDK</a></p> |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 52 | </div> |
| 53 | <?cs /if ?> |
Dirk Dougherty | e6be85f | 2009-06-24 11:01:03 -0700 | [diff] [blame] | 54 | |
Dirk Dougherty | 82a2881 | 2009-08-05 19:09:16 -0700 | [diff] [blame] | 55 | <?cs if:android.whichdoc != "online" && !android.preview ?> |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 56 | |
| 57 | <p>The sections below provide an overview of the SDK package. </p> |
| 58 | |
| 59 | <?cs else ?> |
Dirk Dougherty | 4e4c919 | 2009-05-12 15:32:35 -0700 | [diff] [blame] | 60 | <?cs if:ndk ?> |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 61 | |
Dirk Dougherty | 4e4c919 | 2009-05-12 15:32:35 -0700 | [diff] [blame] | 62 | <p>The Android NDK is a companion tool to the Android SDK that lets Android |
| 63 | application developers build performance-critical portions of their apps in |
| 64 | native code. It is designed for use <em>only</em> in conjunction with the |
| 65 | Android SDK, so if you have not already installed the Android 1.5 SDK, please do |
Dirk Dougherty | e6be85f | 2009-06-24 11:01:03 -0700 | [diff] [blame] | 66 | so before downloading the NDK. Also, please read <a href="#overview">What is the |
| 67 | Android NDK?</a> to get an understanding of what the NDK offers and whether it |
| 68 | will be useful to you.</p> |
Dirk Dougherty | 4e4c919 | 2009-05-12 15:32:35 -0700 | [diff] [blame] | 69 | |
| 70 | <p>Select the download package that is appropriate for your development |
Dirk Dougherty | e6be85f | 2009-06-24 11:01:03 -0700 | [diff] [blame] | 71 | computer. </p> |
| 72 | |
Dirk Dougherty | 4e4c919 | 2009-05-12 15:32:35 -0700 | [diff] [blame] | 73 | <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 Dougherty | e6be85f | 2009-06-24 11:01:03 -0700 | [diff] [blame] | 83 | <a href="http://dl.google.com/android/ndk/<?cs var:ndk.win_download ?>"><?cs var:ndk.win_download ?></a> |
Dirk Dougherty | 4e4c919 | 2009-05-12 15:32:35 -0700 | [diff] [blame] | 84 | </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 Dougherty | e6be85f | 2009-06-24 11:01:03 -0700 | [diff] [blame] | 91 | <a href="http://dl.google.com/android/ndk/<?cs var:ndk.mac_download ?>"><?cs var:ndk.mac_download ?></a> |
Dirk Dougherty | 4e4c919 | 2009-05-12 15:32:35 -0700 | [diff] [blame] | 92 | </td> |
| 93 | <td><?cs var:ndk.mac_bytes ?> bytes</td> |
| 94 | <td><?cs var:ndk.mac_checksum ?></td> |
| 95 | </tr> |
| 96 | <tr> |
Dirk Dougherty | e6be85f | 2009-06-24 11:01:03 -0700 | [diff] [blame] | 97 | <td>Linux 32/64-bit (x86)</td> |
Dirk Dougherty | 4e4c919 | 2009-05-12 15:32:35 -0700 | [diff] [blame] | 98 | <td> |
Dirk Dougherty | e6be85f | 2009-06-24 11:01:03 -0700 | [diff] [blame] | 99 | <a href="http://dl.google.com/android/ndk/<?cs var:ndk.linux_download ?>"><?cs var:ndk.linux_download ?></a> |
Dirk Dougherty | 4e4c919 | 2009-05-12 15:32:35 -0700 | [diff] [blame] | 100 | </td> |
| 101 | <td><?cs var:ndk.linux_bytes ?> bytes</td> |
| 102 | <td><?cs var:ndk.linux_checksum ?></td> |
| 103 | </tr> |
Dirk Dougherty | 4e4c919 | 2009-05-12 15:32:35 -0700 | [diff] [blame] | 104 | </table> |
| 105 | |
Dirk Dougherty | 82a2881 | 2009-08-05 19:09:16 -0700 | [diff] [blame] | 106 | <?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 Dougherty | 123bb12 | 2009-08-27 16:45:47 -0700 | [diff] [blame] | 113 | <p>The Android <?cs var:sdk.preview.version ?> platform includes a variety of |
| 114 | improvements and new features for users and developers. Additionally, the SDK |
| 115 | itself introduces several new capabilities that enable you to develop |
| 116 | applications more efficiently. See the <a href="features.html">Android <?cs |
| 117 | var:sdk.preview.version ?> Platform Highlights</a> document for a list of |
| 118 | highlights.</p> |
| 119 | <?cs /if ?> |
Dirk Dougherty | 82a2881 | 2009-08-05 19:09:16 -0700 | [diff] [blame] | 120 | |
Dirk Dougherty | 82ed8f8 | 2009-04-20 17:54:49 -0700 | [diff] [blame] | 121 | <p>Before downloading, please read the <a href="requirements.html"> |
Dirk Dougherty | 123bb12 | 2009-08-27 16:45:47 -0700 | [diff] [blame] | 122 | System Requirements</a> document. As you start the download, you will also need |
| 123 | to review and agree to the Terms and Conditions that govern the use of the |
| 124 | Android SDK. </p> |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 125 | |
| 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 Dougherty | 82a2881 | 2009-08-05 19:09:16 -0700 | [diff] [blame] | 157 | <?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 Dougherty | c66c90a | 2009-09-16 10:11:01 -0700 | [diff] [blame] | 161 | <a href="http://dl.google.com/android/<?cs var:adt.zip_download ?>"><?cs var:adt.zip_download ?></a> |
Dirk Dougherty | 82a2881 | 2009-08-05 19:09:16 -0700 | [diff] [blame] | 162 | </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 Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 167 | </table> |
| 168 | |
Dirk Dougherty | 82a2881 | 2009-08-05 19:09:16 -0700 | [diff] [blame] | 169 | <?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 Dougherty | 123bb12 | 2009-08-27 16:45:47 -0700 | [diff] [blame] | 175 | Android <?cs var:sdk.preview.version ?> and we are pleased to announce the |
| 176 | availability of an early look SDK to give you a head-start on developing |
| 177 | applications for it. </p> |
Dirk Dougherty | 82a2881 | 2009-08-05 19:09:16 -0700 | [diff] [blame] | 178 | |
Dirk Dougherty | 123bb12 | 2009-08-27 16:45:47 -0700 | [diff] [blame] | 179 | <p>The Android <?cs var:sdk.preview.version ?> platform includes a variety of |
| 180 | improvements and new features for users and developers. Additionally, the SDK |
| 181 | itself introduces several new capabilities that enable you to develop |
| 182 | applications more efficiently. See the <a |
| 183 | href="http://developer.android.com/sdk/preview/features.html">Android |
| 184 | <?cs var:sdk.preview.version ?> Highlights</a> document for a list of |
| 185 | highlights.</p> |
Dirk Dougherty | 4e4c919 | 2009-05-12 15:32:35 -0700 | [diff] [blame] | 186 | <?cs /if ?> |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 187 | |
| 188 | <?cs call:tag_list(root.descr) ?> |
| 189 | |
| 190 | <?cs /if ?> |
| 191 | </div><!-- end jd-content --> |
| 192 | |
Dirk Dougherty | 19a4bd1 | 2009-04-24 11:30:32 -0700 | [diff] [blame] | 193 | <?cs if:!sdk.redirect ?> |
| 194 | <?cs include:"footer.cs" ?> |
| 195 | <?cs /if ?> |
| 196 | |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 197 | </div><!-- end doc-content --> |
| 198 | |
| 199 | <?cs include:"trailer.cs" ?> |
| 200 | |
| 201 | </body> |
| 202 | </html> |
| 203 | |
| 204 | |
| 205 | |