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 | 82ed8f8 | 2009-04-20 17:54:49 -0700 | [diff] [blame] | 7 | <meta http-equiv="refresh" content="0;url=<?cs var:toroot ?>sdk/<?cs var:sdk.current ?>/index.html"> |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 8 | <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 Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 19 | <?cs if:sdk.redirect ?> |
Dirk Dougherty | 19a4bd1 | 2009-04-24 11:30:32 -0700 | [diff] [blame] | 20 | <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 Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 26 | <?cs else ?> |
Dirk Dougherty | 19a4bd1 | 2009-04-24 11:30:32 -0700 | [diff] [blame] | 27 | <div class="g-unit" id="doc-content" > |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 28 | <div id="jd-header" class="guide-header" > |
| 29 | <span class="crumb"> </span> |
Dirk Dougherty | 55534c8 | 2009-04-21 18:52:37 -0700 | [diff] [blame] | 30 | <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] | 31 | </div> |
| 32 | |
Dirk Dougherty | 19a4bd1 | 2009-04-24 11:30:32 -0700 | [diff] [blame] | 33 | <div id="jd-content"> |
Dirk Dougherty | 4e4c919 | 2009-05-12 15:32:35 -0700 | [diff] [blame] | 34 | <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 Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 41 | |
| 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 Main | 6b894c8 | 2009-04-26 23:18:20 -0700 | [diff] [blame] | 45 | <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] | 46 | </div> |
| 47 | <?cs /if ?> |
Dirk Dougherty | e6be85f | 2009-06-24 11:01:03 -0700 | [diff] [blame] | 48 | |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 49 | <?cs if:android.whichdoc != "online" ?> |
| 50 | |
| 51 | <p>The sections below provide an overview of the SDK package. </p> |
| 52 | |
| 53 | <?cs else ?> |
Dirk Dougherty | 4e4c919 | 2009-05-12 15:32:35 -0700 | [diff] [blame] | 54 | <?cs if:ndk ?> |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 55 | |
Dirk Dougherty | 4e4c919 | 2009-05-12 15:32:35 -0700 | [diff] [blame] | 56 | <p>The Android NDK is a companion tool to the Android SDK that lets Android |
| 57 | application developers build performance-critical portions of their apps in |
| 58 | native code. It is designed for use <em>only</em> in conjunction with the |
| 59 | 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] | 60 | so before downloading the NDK. Also, please read <a href="#overview">What is the |
| 61 | Android NDK?</a> to get an understanding of what the NDK offers and whether it |
| 62 | will be useful to you.</p> |
Dirk Dougherty | 4e4c919 | 2009-05-12 15:32:35 -0700 | [diff] [blame] | 63 | |
| 64 | <p>Select the download package that is appropriate for your development |
Dirk Dougherty | e6be85f | 2009-06-24 11:01:03 -0700 | [diff] [blame] | 65 | computer. </p> |
| 66 | |
Dirk Dougherty | 4e4c919 | 2009-05-12 15:32:35 -0700 | [diff] [blame] | 67 | <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 Dougherty | e6be85f | 2009-06-24 11:01:03 -0700 | [diff] [blame] | 77 | <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] | 78 | </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 Dougherty | e6be85f | 2009-06-24 11:01:03 -0700 | [diff] [blame] | 85 | <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] | 86 | </td> |
| 87 | <td><?cs var:ndk.mac_bytes ?> bytes</td> |
| 88 | <td><?cs var:ndk.mac_checksum ?></td> |
| 89 | </tr> |
| 90 | <tr> |
Dirk Dougherty | e6be85f | 2009-06-24 11:01:03 -0700 | [diff] [blame] | 91 | <td>Linux 32/64-bit (x86)</td> |
Dirk Dougherty | 4e4c919 | 2009-05-12 15:32:35 -0700 | [diff] [blame] | 92 | <td> |
Dirk Dougherty | e6be85f | 2009-06-24 11:01:03 -0700 | [diff] [blame] | 93 | <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] | 94 | </td> |
| 95 | <td><?cs var:ndk.linux_bytes ?> bytes</td> |
| 96 | <td><?cs var:ndk.linux_checksum ?></td> |
| 97 | </tr> |
Dirk Dougherty | 4e4c919 | 2009-05-12 15:32:35 -0700 | [diff] [blame] | 98 | </table> |
| 99 | |
| 100 | <?cs else ?> |
Dirk Dougherty | 82ed8f8 | 2009-04-20 17:54:49 -0700 | [diff] [blame] | 101 | <p>Before downloading, please read the <a href="requirements.html"> |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 102 | System Requirements</a> document. As you start the download, you will also need to review and agree to |
| 103 | the 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 Dougherty | 4e4c919 | 2009-05-12 15:32:35 -0700 | [diff] [blame] | 139 | <?cs /if ?> |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 140 | |
| 141 | <?cs call:tag_list(root.descr) ?> |
| 142 | |
| 143 | <?cs /if ?> |
| 144 | </div><!-- end jd-content --> |
| 145 | |
Dirk Dougherty | 19a4bd1 | 2009-04-24 11:30:32 -0700 | [diff] [blame] | 146 | <?cs if:!sdk.redirect ?> |
| 147 | <?cs include:"footer.cs" ?> |
| 148 | <?cs /if ?> |
| 149 | |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 150 | </div><!-- end doc-content --> |
| 151 | |
| 152 | <?cs include:"trailer.cs" ?> |
| 153 | |
| 154 | </body> |
| 155 | </html> |
| 156 | |
| 157 | |
| 158 | |