blob: 4b55b56177ce1ca91691bb277b6644396f4e12a8 [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001
2<ul>
3 <li><?cs
4 if:android.whichdoc != "online" ?>
Dirk Doughertyfe1f7892009-04-21 18:52:41 -07005 <h2>Android <?cs var:sdk.version ?> SDK, r<?cs var:sdk.rel.id ?></h2><?cs
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006 else ?>
7 <h2>Current SDK Release</h2><?cs
8 /if ?>
9 <ul><?cs
10 if:android.whichdoc == "online" ?>
Dirk Doughertyfe1f7892009-04-21 18:52:41 -070011 <li><a href="<?cs var:toroot ?>sdk/<?cs var:sdk.current ?>/index.html">Download</a></li><?cs
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080012 /if ?>
Dirk Doughertyfe1f7892009-04-21 18:52:41 -070013 <li><a href="<?cs var:toroot ?>sdk/<?cs var:sdk.current ?>/installing.html">Installing</a></li>
14 <li><a href="<?cs var:toroot ?>sdk/<?cs var:sdk.current ?>/upgrading.html">Upgrading</a></li>
15 <li><a href="<?cs var:toroot ?>sdk/<?cs var:sdk.current ?>/requirements.html">System Requirements</a></li>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080016 </ul>
17 <ul>
18 <li><a href="<?cs var:toroot ?>sdk/terms.html">SDK Terms and Conditions</a></li>
19 <li><a href="<?cs var:toroot ?>sdk/RELEASENOTES.html">SDK Release Notes</a></li>
20 </ul><?cs
21 if:android.whichdoc == "online" ?>
22 <li>
Dirk Doughertyfe1f7892009-04-21 18:52:41 -070023 <h2>System Image Version Notes</h2>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080024 <ul>
The Android Open Source Projectc2ad2412009-03-19 23:08:54 -070025 <li><a href="<?cs var:toroot ?>sdk/android-1.5.html">Android 1.5 Version Notes</a></li>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080026 <li><a href="<?cs var:toroot ?>sdk/android-1.1.html">Android 1.1 Version Notes</a></li>
27 </ul>
28 </li>
29 <li>
Dirk Doughertyf7a480de2009-05-12 15:32:37 -070030 <h2>Native Development Tools</h2>
31 <ul>
32 <li><a href="<?cs var:toroot ?>sdk/ndk/1.5-r1/index.html">Android 1.5 NDK, r1</a></li>
33 </ul>
34 </li>
35 <li>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080036 <h2>Previous SDK Releases</h2>
37 <ul>
Dirk Doughertyfe1f7892009-04-21 18:52:41 -070038 <li><a href="<?cs var:toroot ?>sdk/1.1_r1/index.html">Android 1.1 SDK, r1</a></li>
39 <li><a href="<?cs var:toroot ?>sdk/1.0_r2/index.html">Android 1.0 SDK, r2</a></li>
40 <li><a href="<?cs var:toroot ?>sdk/1.0_r1/index.html">Android 1.0 SDK, r1</a></li>
The Android Open Source Project10592532009-03-18 17:39:46 -070041 <li><a href="<?cs var:toroot ?>sdk/older_releases.html">Older Releases</a></li>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080042 </ul>
43 </li><?cs
44 /if ?>
45</ul>
46
47<script type="text/javascript">
48<!--
49 buildToggleLists();
50//-->
51</script>