blob: 97fab66a01b7d6d80277c47f1aec71e32a517136 [file] [log] [blame]
The Android Open Source Project475fa122009-02-10 15:43:57 -08001<?cs include:"doctype.cs" ?>
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -07002<?cs include:"macros.cs" ?>
3<html>
The Android Open Source Project475fa122009-02-10 15:43:57 -08004<?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 ?>
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -070013<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 Project475fa122009-02-10 15:43:57 -080019
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -070020<div class="g-unit" id="doc-content" >
21
The Android Open Source Project475fa122009-02-10 15:43:57 -080022<div id="jd-content">
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -070023
The Android Open Source Project475fa122009-02-10 15:43:57 -080024<?cs if:sdk.redirect ?>
25 Redirecting to
26 <a href="<?cs var:toroot ?>sdk/<?cs var:sdk.redirect ?>/index.html">
27 <?cs var:toroot ?>sdk/<?cs var:sdk.redirect ?>/index.html
28 </a>...
29<?cs else ?>
30
31 <h1><?cs var:page.title ?></h1>
32 <p><em>
33 <?cs var:sdk.date ?>
34 </em></p>
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -070035
The Android Open Source Project475fa122009-02-10 15:43:57 -080036<?cs if:sdk.not_latest_version ?>
37 <div class="special">
38 <p><strong>This is NOT the latest version of the Android SDK</strong>.</p>
39 <p>Go to the <a href="<?cs var:toroot ?>sdk/index.html">SDK home page</a> to be directed to the latest version.</p>
40 </div>
41<?cs /if ?>
42
43
44<p>Before downloading, please read the <a href="<?cs var:toroot ?>sdk/<?cs var:sdk.version ?>/requirements.html">
45System Requirements</a> document. As you start the download, you will also need to review and agree to
46the Terms and Conditions that govern the use of the Android SDK. </p>
47
48 <table class="download">
49 <tr>
50 <th>Platform</th>
51 <th>Package</th>
52 <th>Size</th>
53 <th>MD5 Checksum</th>
54 </tr>
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -070055 <tr>
The Android Open Source Project475fa122009-02-10 15:43:57 -080056 <td>Windows</td>
57 <td>
58 <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.win_download ?>"><?cs var:sdk.win_download ?></a>
59 </td>
60 <td><?cs var:sdk.win_bytes ?> bytes</td>
61 <td><?cs var:sdk.win_checksum ?></td>
62 </tr>
63 <tr class="alt-color">
64 <td>Mac OS X (intel)</td>
65 <td>
66 <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.mac_download ?>"><?cs var:sdk.mac_download ?></a>
67 </td>
68 <td><?cs var:sdk.mac_bytes ?> bytes</td>
69 <td><?cs var:sdk.mac_checksum ?></td>
70 </tr>
71 <tr>
72 <td>Linux (i386)</td>
73 <td>
74 <a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.linux_download ?>"><?cs var:sdk.linux_download ?></a>
75 </td>
76 <td><?cs var:sdk.linux_bytes ?> bytes</td>
77 <td><?cs var:sdk.linux_checksum ?></td>
78 </tr>
79 </table>
80
81 <?cs call:tag_list(root.descr) ?>
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -070082
The Android Open Source Project475fa122009-02-10 15:43:57 -080083<?cs /if ?>
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -070084
85</div><!-- end jd-content -->
86
87<?cs include:"footer.cs" ?>
88</div><!-- end doc-content -->
The Android Open Source Project475fa122009-02-10 15:43:57 -080089
90<?cs include:"trailer.cs" ?>
91
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -070092</body>
93</html>
94
95
96