blob: b425da0df12c57f9c6032266f4e6c469fc3774b0 [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>
7 <meta http-equiv="refresh" content="0;url=<?cs var:toroot ?>sdk/<?cs var:sdk.redirect ?>/index.html">
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
19
20<div class="g-unit" id="doc-content" >
21
22<?cs if:sdk.redirect ?>
23 Redirecting to
24 <a href="<?cs var:toroot ?>sdk/<?cs var:sdk.redirect ?>/index.html">
25 <?cs var:toroot ?>sdk/<?cs var:sdk.redirect ?>/index.html
26 </a>...
27<?cs else ?>
28
29 <div id="jd-header" class="guide-header" >
30 <span class="crumb">&nbsp;</span>
31 <h1><?cs if:android.whichdoc == "online" ?>Download <?cs /if ?><?cs var:page.title ?></h1>
32 </div>
33
34
35<div id="jd-content">
36
37 <p><em>
38 <?cs var:sdk.date ?>
39 </em></p>
40
41<?cs if:sdk.not_latest_version ?>
42 <div class="special">
43 <p><strong>This is NOT the current Android SDK release.</strong></p>
44 <p>Use the links under <strong>Current SDK Release</strong>, on the left, to be directed to the current SDK.</p>
45 </div>
46<?cs /if ?>
47
48
49<?cs if:android.whichdoc != "online" ?>
50
51<p>The sections below provide an overview of the SDK package. </p>
52
53<?cs else ?>
54
55<p>Before downloading, please read the <a href="<?cs var:toroot ?>sdk/<?cs var:sdk.version ?>/requirements.html">
56System Requirements</a> document. As you start the download, you will also need to review and agree to
57the Terms and Conditions that govern the use of the Android SDK. </p>
58
59 <table class="download">
60 <tr>
61 <th>Platform</th>
62 <th>Package</th>
63 <th>Size</th>
64 <th>MD5 Checksum</th>
65 </tr>
66 <tr>
67 <td>Windows</td>
68 <td>
69 <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.win_download ?>"><?cs var:sdk.win_download ?></a>
70 </td>
71 <td><?cs var:sdk.win_bytes ?> bytes</td>
72 <td><?cs var:sdk.win_checksum ?></td>
73 </tr>
74 <tr class="alt-color">
75 <td>Mac OS X (intel)</td>
76 <td>
77 <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.mac_download ?>"><?cs var:sdk.mac_download ?></a>
78 </td>
79 <td><?cs var:sdk.mac_bytes ?> bytes</td>
80 <td><?cs var:sdk.mac_checksum ?></td>
81 </tr>
82 <tr>
83 <td>Linux (i386)</td>
84 <td>
85 <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.linux_download ?>"><?cs var:sdk.linux_download ?></a>
86 </td>
87 <td><?cs var:sdk.linux_bytes ?> bytes</td>
88 <td><?cs var:sdk.linux_checksum ?></td>
89 </tr>
90 </table>
91
92<?cs /if ?>
93
94 <?cs call:tag_list(root.descr) ?>
95
96<?cs /if ?>
97</div><!-- end jd-content -->
98
99<?cs include:"footer.cs" ?>
100</div><!-- end doc-content -->
101
102<?cs include:"trailer.cs" ?>
103
104</body>
105</html>
106
107
108