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"> |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 34 | <p><em> |
| 35 | <?cs var:sdk.date ?> |
| 36 | </em></p> |
| 37 | |
| 38 | <?cs if:sdk.not_latest_version ?> |
| 39 | <div class="special"> |
| 40 | <p><strong>This is NOT the current Android SDK release.</strong></p> |
Scott Main | 6b894c8 | 2009-04-26 23:18:20 -0700 | [diff] [blame] | 41 | <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] | 42 | </div> |
| 43 | <?cs /if ?> |
| 44 | |
| 45 | |
| 46 | <?cs if:android.whichdoc != "online" ?> |
| 47 | |
| 48 | <p>The sections below provide an overview of the SDK package. </p> |
| 49 | |
| 50 | <?cs else ?> |
| 51 | |
Dirk Dougherty | 82ed8f8 | 2009-04-20 17:54:49 -0700 | [diff] [blame] | 52 | <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] | 53 | System Requirements</a> document. As you start the download, you will also need to review and agree to |
| 54 | the Terms and Conditions that govern the use of the Android SDK. </p> |
| 55 | |
| 56 | <table class="download"> |
| 57 | <tr> |
| 58 | <th>Platform</th> |
| 59 | <th>Package</th> |
| 60 | <th>Size</th> |
| 61 | <th>MD5 Checksum</th> |
| 62 | </tr> |
| 63 | <tr> |
| 64 | <td>Windows</td> |
| 65 | <td> |
| 66 | <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.win_download ?>"><?cs var:sdk.win_download ?></a> |
| 67 | </td> |
| 68 | <td><?cs var:sdk.win_bytes ?> bytes</td> |
| 69 | <td><?cs var:sdk.win_checksum ?></td> |
| 70 | </tr> |
| 71 | <tr class="alt-color"> |
| 72 | <td>Mac OS X (intel)</td> |
| 73 | <td> |
| 74 | <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.mac_download ?>"><?cs var:sdk.mac_download ?></a> |
| 75 | </td> |
| 76 | <td><?cs var:sdk.mac_bytes ?> bytes</td> |
| 77 | <td><?cs var:sdk.mac_checksum ?></td> |
| 78 | </tr> |
| 79 | <tr> |
| 80 | <td>Linux (i386)</td> |
| 81 | <td> |
| 82 | <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.linux_download ?>"><?cs var:sdk.linux_download ?></a> |
| 83 | </td> |
| 84 | <td><?cs var:sdk.linux_bytes ?> bytes</td> |
| 85 | <td><?cs var:sdk.linux_checksum ?></td> |
| 86 | </tr> |
| 87 | </table> |
| 88 | |
| 89 | <?cs /if ?> |
| 90 | |
| 91 | <?cs call:tag_list(root.descr) ?> |
| 92 | |
| 93 | <?cs /if ?> |
| 94 | </div><!-- end jd-content --> |
| 95 | |
Dirk Dougherty | 19a4bd1 | 2009-04-24 11:30:32 -0700 | [diff] [blame] | 96 | <?cs if:!sdk.redirect ?> |
| 97 | <?cs include:"footer.cs" ?> |
| 98 | <?cs /if ?> |
| 99 | |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 100 | </div><!-- end doc-content --> |
| 101 | |
| 102 | <?cs include:"trailer.cs" ?> |
| 103 | |
| 104 | </body> |
| 105 | </html> |
| 106 | |
| 107 | |
| 108 | |