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 | e123385 | 2010-03-03 14:34:51 -0800 | [diff] [blame] | 9 | else ?>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 | 3d3d7b7 | 2009-10-21 19:52:52 -0700 | [diff] [blame] | 36 | <h1><?cs if:android.whichdoc == "online" ?>Download the <?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 | 3d3d7b7 | 2009-10-21 19:52:52 -0700 | [diff] [blame] | 40 | <?cs |
Dirk Dougherty | e123385 | 2010-03-03 14:34:51 -0800 | [diff] [blame] | 41 | if:ndk ?><?cs |
Dirk Dougherty | 4e4c919 | 2009-05-12 15:32:35 -0700 | [diff] [blame] | 42 | else ?><?cs |
Dirk Dougherty | 3d3d7b7 | 2009-10-21 19:52:52 -0700 | [diff] [blame] | 43 | if:android.whichdoc == "online" ?><p><em><?cs |
| 44 | var:sdk.date ?></em></p><?cs |
| 45 | /if ?><?cs |
| 46 | /if ?> |
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> |
Dirk Dougherty | 3d3d7b7 | 2009-10-21 19:52:52 -0700 | [diff] [blame] | 51 | <p><a href="/sdk/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 | |
Dirk Dougherty | 3d3d7b7 | 2009-10-21 19:52:52 -0700 | [diff] [blame] | 57 | <!-- <p>The sections below provide an overview of how to install the SDK package. </p> --> |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 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 |
Dirk Dougherty | 5c450ed | 2009-09-23 17:31:16 -0700 | [diff] [blame] | 65 | Android SDK, so if you have not already installed the latest Android SDK, please |
| 66 | do so before downloading the NDK. Also, please read <a href="#overview">What is |
| 67 | the Android NDK?</a> to get an understanding of what the NDK offers and whether |
| 68 | it 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 |
Scott Main | 462cc37 | 2009-10-23 16:19:37 -0700 | [diff] [blame] | 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 ?> |
| 120 | <?cs # end if NDK ... the following is for the SDK ?> |
Dirk Dougherty | 82a2881 | 2009-08-05 19:09:16 -0700 | [diff] [blame] | 121 | |
Dirk Dougherty | e123385 | 2010-03-03 14:34:51 -0800 | [diff] [blame] | 122 | <?cs # |
| 123 | <div class="toggle-content special"> |
Scott Main | 462cc37 | 2009-10-23 16:19:37 -0700 | [diff] [blame] | 124 | <p>The Android SDK has changed! If you've worked with the Android SDK before, |
| 125 | you will notice several important differences:</p> |
| 126 | |
| 127 | <div class="toggle-content-toggleme" style="display:none"> |
Dirk Dougherty | c2c5e50 | 2009-10-24 14:38:58 -0700 | [diff] [blame] | 128 | <ul style="padding-bottom:.0;"> |
Scott Main | 462cc37 | 2009-10-23 16:19:37 -0700 | [diff] [blame] | 129 | <li style="margin-top:.5em">The SDK downloadable package includes <em>only</em> |
| 130 | the latest version of the Android SDK Tools.</li> |
| 131 | <li>Once you've installed the SDK, you now use the Android SDK and AVD Manager |
| 132 | to download all of the SDK components that you need, such as Android platforms, |
| 133 | SDK add-ons, tools, and documentation. </li> |
| 134 | <li>The new approach is modular — you can install only the components you |
| 135 | need and update any or all components without affecting other parts of your |
| 136 | development environment.</li> |
| 137 | <li>In short, once you've installed the new SDK, you will not need to download |
| 138 | an SDK package again. Instead, you will use the Android SDK and AVD Manager to |
| 139 | keep your development environment up-to-date. </li> |
| 140 | </ul> |
Dirk Dougherty | c2c5e50 | 2009-10-24 14:38:58 -0700 | [diff] [blame] | 141 | <p style="margin-top:0">If you are currently using the Android 1.6 SDK, you |
| 142 | do not need to install the new SDK, because your existing SDK already |
| 143 | includes the Android SDK and AVD Manager tool. To develop against Android |
Dirk Dougherty | b5817a3 | 2009-11-18 23:15:13 -0800 | [diff] [blame] | 144 | 2.0.1, for example, you can just download the Android 2.0.1 platform (and |
Dirk Dougherty | c2c5e50 | 2009-10-24 14:38:58 -0700 | [diff] [blame] | 145 | updated SDK Tools) into your existing SDK. Refer to <a |
| 146 | href="adding-components.html">Adding SDK Components</a>.</p> |
Scott Main | 462cc37 | 2009-10-23 16:19:37 -0700 | [diff] [blame] | 147 | </div> |
| 148 | |
Dirk Dougherty | e123385 | 2010-03-03 14:34:51 -0800 | [diff] [blame] | 149 | <a href='#' class='toggle-content-button show' onclick="toggleContent(this,true);return false;"> |
Scott Main | 462cc37 | 2009-10-23 16:19:37 -0700 | [diff] [blame] | 150 | <span>show more</span><span style='display:none'>show less</span> |
| 151 | </a> |
| 152 | </div> |
Dirk Dougherty | e123385 | 2010-03-03 14:34:51 -0800 | [diff] [blame] | 153 | ?> |
Dirk Dougherty | 4b2eb97 | 2010-03-08 17:31:26 -0800 | [diff] [blame] | 154 | <p>Welcome Developers! If you are new to the Android SDK, please read the <a |
| 155 | href="#quickstart">Quick Start</a>, below, for an overview of how to install and |
| 156 | set up the SDK. </p> |
| 157 | |
| 158 | <p>If you are already using the Android SDK and would like to update to the |
| 159 | latest tools or platforms, please use the <em>Android SDK and AVD Manager</em> |
| 160 | to get the components, rather than downloading a new SDK package.</p> |
| 161 | |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 162 | <table class="download"> |
| 163 | <tr> |
| 164 | <th>Platform</th> |
| 165 | <th>Package</th> |
| 166 | <th>Size</th> |
| 167 | <th>MD5 Checksum</th> |
| 168 | </tr> |
| 169 | <tr> |
| 170 | <td>Windows</td> |
| 171 | <td> |
| 172 | <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.win_download ?>"><?cs var:sdk.win_download ?></a> |
| 173 | </td> |
| 174 | <td><?cs var:sdk.win_bytes ?> bytes</td> |
| 175 | <td><?cs var:sdk.win_checksum ?></td> |
| 176 | </tr> |
| 177 | <tr class="alt-color"> |
| 178 | <td>Mac OS X (intel)</td> |
| 179 | <td> |
| 180 | <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.mac_download ?>"><?cs var:sdk.mac_download ?></a> |
| 181 | </td> |
| 182 | <td><?cs var:sdk.mac_bytes ?> bytes</td> |
| 183 | <td><?cs var:sdk.mac_checksum ?></td> |
| 184 | </tr> |
| 185 | <tr> |
| 186 | <td>Linux (i386)</td> |
| 187 | <td> |
| 188 | <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.linux_download ?>"><?cs var:sdk.linux_download ?></a> |
| 189 | </td> |
| 190 | <td><?cs var:sdk.linux_bytes ?> bytes</td> |
| 191 | <td><?cs var:sdk.linux_checksum ?></td> |
| 192 | </tr> |
Dirk Dougherty | 82a2881 | 2009-08-05 19:09:16 -0700 | [diff] [blame] | 193 | <?cs if:adt.zip_download ?> |
| 194 | <tr class="alt-color"> |
| 195 | <td>ADT Plugin for Eclipse <?cs var:adt.zip_version ?></td> |
| 196 | <td> |
Dirk Dougherty | c66c90a | 2009-09-16 10:11:01 -0700 | [diff] [blame] | 197 | <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] | 198 | </td> |
| 199 | <td><?cs var:adt.zip_bytes ?> bytes</td> |
| 200 | <td><?cs var:adt.zip_checksum ?></td> |
| 201 | </tr> |
| 202 | <?cs /if ?> |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 203 | </table> |
| 204 | |
Dirk Dougherty | 82a2881 | 2009-08-05 19:09:16 -0700 | [diff] [blame] | 205 | <?cs /if ?> |
| 206 | <?cs /if ?> |
| 207 | <?cs /if ?> |
| 208 | |
| 209 | <?cs if:android.whichdoc != "online" && sdk.preview ?> |
| 210 | <p>Welcome developers! The next release of the Android platform will be |
Dirk Dougherty | 123bb12 | 2009-08-27 16:45:47 -0700 | [diff] [blame] | 211 | Android <?cs var:sdk.preview.version ?> and we are pleased to announce the |
| 212 | availability of an early look SDK to give you a head-start on developing |
| 213 | applications for it. </p> |
Dirk Dougherty | 82a2881 | 2009-08-05 19:09:16 -0700 | [diff] [blame] | 214 | |
Dirk Dougherty | 123bb12 | 2009-08-27 16:45:47 -0700 | [diff] [blame] | 215 | <p>The Android <?cs var:sdk.preview.version ?> platform includes a variety of |
| 216 | improvements and new features for users and developers. Additionally, the SDK |
| 217 | itself introduces several new capabilities that enable you to develop |
| 218 | applications more efficiently. See the <a |
| 219 | href="http://developer.android.com/sdk/preview/features.html">Android |
| 220 | <?cs var:sdk.preview.version ?> Highlights</a> document for a list of |
| 221 | highlights.</p> |
Dirk Dougherty | 4e4c919 | 2009-05-12 15:32:35 -0700 | [diff] [blame] | 222 | <?cs /if ?> |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 223 | |
| 224 | <?cs call:tag_list(root.descr) ?> |
| 225 | |
| 226 | <?cs /if ?> |
| 227 | </div><!-- end jd-content --> |
| 228 | |
Dirk Dougherty | 19a4bd1 | 2009-04-24 11:30:32 -0700 | [diff] [blame] | 229 | <?cs if:!sdk.redirect ?> |
| 230 | <?cs include:"footer.cs" ?> |
| 231 | <?cs /if ?> |
| 232 | |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 233 | </div><!-- end doc-content --> |
| 234 | |
| 235 | <?cs include:"trailer.cs" ?> |
| 236 | |
| 237 | </body> |
| 238 | </html> |
| 239 | |
| 240 | |
| 241 | |