2009-03-04 04:28:42 +01:00
|
|
|
<?cs include:"doctype.cs" ?>
|
|
|
|
<?cs include:"macros.cs" ?>
|
|
|
|
<html>
|
|
|
|
<?cs if:sdk.redirect ?>
|
|
|
|
<head>
|
|
|
|
<title>Redirecting...</title>
|
2009-07-16 01:37:21 +02:00
|
|
|
<meta http-equiv="refresh" content="0;url=<?cs var:toroot ?>sdk/<?cs
|
2009-08-06 05:35:31 +02:00
|
|
|
if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
|
2009-08-06 04:09:16 +02:00
|
|
|
else ?><?cs var:sdk.current ?>/index.html<?cs /if ?>">
|
2009-03-04 04:28:42 +01:00
|
|
|
<link href="<?cs var:toroot ?>assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
|
|
|
|
</head>
|
|
|
|
<?cs else ?>
|
|
|
|
<?cs include:"head_tag.cs" ?>
|
|
|
|
<?cs /if ?>
|
|
|
|
<body class="gc-documentation">
|
|
|
|
<a name="top"></a>
|
|
|
|
<?cs call:custom_masthead() ?>
|
|
|
|
|
|
|
|
<?cs call:sdk_nav() ?>
|
|
|
|
|
|
|
|
<?cs if:sdk.redirect ?>
|
2009-07-16 01:37:21 +02:00
|
|
|
|
2009-04-24 20:30:32 +02:00
|
|
|
<div class="g-unit">
|
|
|
|
<div id="jd-content">
|
|
|
|
<p>Redirecting to
|
2009-07-16 01:37:21 +02:00
|
|
|
<a href="<?cs var:toroot ?>sdk/<?cs
|
2009-08-06 04:09:16 +02:00
|
|
|
if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
|
|
|
|
else ?><?cs var:sdk.current ?>/index.html<?cs /if ?>">sdk/<?cs
|
|
|
|
if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
|
|
|
|
else ?><?cs var:sdk.current ?>/index.html<?cs /if ?>
|
2009-07-16 01:37:21 +02:00
|
|
|
</a> ...</p>
|
2009-03-04 04:28:42 +01:00
|
|
|
<?cs else ?>
|
2009-04-24 20:30:32 +02:00
|
|
|
<div class="g-unit" id="doc-content" >
|
2009-03-04 04:28:42 +01:00
|
|
|
<div id="jd-header" class="guide-header" >
|
|
|
|
<span class="crumb"> </span>
|
2009-04-22 03:52:37 +02:00
|
|
|
<h1><?cs if:android.whichdoc == "online" ?>Download <?cs /if ?><?cs var:page.title ?></h1>
|
2009-03-04 04:28:42 +01:00
|
|
|
</div>
|
|
|
|
|
2009-04-24 20:30:32 +02:00
|
|
|
<div id="jd-content">
|
2009-05-13 00:32:35 +02:00
|
|
|
<p><em><?cs
|
|
|
|
if:ndk ?><?cs
|
|
|
|
var:ndk.date ?><?cs
|
|
|
|
else ?><?cs
|
|
|
|
var:sdk.date ?><?cs
|
|
|
|
/if ?></em>
|
|
|
|
</p>
|
2009-03-04 04:28:42 +01:00
|
|
|
|
|
|
|
<?cs if:sdk.not_latest_version ?>
|
|
|
|
<div class="special">
|
|
|
|
<p><strong>This is NOT the current Android SDK release.</strong></p>
|
2009-04-27 08:18:20 +02:00
|
|
|
<p><a href="/sdk/<?cs var:sdk.current ?>/index.html">Download the current Android SDK</a></p>
|
2009-03-04 04:28:42 +01:00
|
|
|
</div>
|
|
|
|
<?cs /if ?>
|
2009-06-24 20:01:03 +02:00
|
|
|
|
2009-08-06 04:09:16 +02:00
|
|
|
<?cs if:android.whichdoc != "online" && !android.preview ?>
|
2009-03-04 04:28:42 +01:00
|
|
|
|
|
|
|
<p>The sections below provide an overview of the SDK package. </p>
|
|
|
|
|
|
|
|
<?cs else ?>
|
2009-05-13 00:32:35 +02:00
|
|
|
<?cs if:ndk ?>
|
|
|
|
|
|
|
|
<p>The Android NDK is a companion tool to the Android SDK that lets Android
|
|
|
|
application developers build performance-critical portions of their apps in
|
|
|
|
native code. It is designed for use <em>only</em> in conjunction with the
|
|
|
|
Android SDK, so if you have not already installed the Android 1.5 SDK, please do
|
2009-06-24 20:01:03 +02:00
|
|
|
so before downloading the NDK. Also, please read <a href="#overview">What is the
|
|
|
|
Android NDK?</a> to get an understanding of what the NDK offers and whether it
|
|
|
|
will be useful to you.</p>
|
2009-05-13 00:32:35 +02:00
|
|
|
|
|
|
|
<p>Select the download package that is appropriate for your development
|
2009-06-24 20:01:03 +02:00
|
|
|
computer. </p>
|
|
|
|
|
2009-05-13 00:32:35 +02:00
|
|
|
<table class="download">
|
|
|
|
<tr>
|
|
|
|
<th>Platform</th>
|
|
|
|
<th>Package</th>
|
|
|
|
<th>Size</th>
|
|
|
|
<th>MD5 Checksum</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Windows</td>
|
|
|
|
<td>
|
2009-06-24 20:01:03 +02:00
|
|
|
<a href="http://dl.google.com/android/ndk/<?cs var:ndk.win_download ?>"><?cs var:ndk.win_download ?></a>
|
2009-05-13 00:32:35 +02:00
|
|
|
</td>
|
|
|
|
<td><?cs var:ndk.win_bytes ?> bytes</td>
|
|
|
|
<td><?cs var:ndk.win_checksum ?></td>
|
|
|
|
</tr>
|
|
|
|
<tr class="alt-color">
|
|
|
|
<td>Mac OS X (intel)</td>
|
|
|
|
<td>
|
2009-06-24 20:01:03 +02:00
|
|
|
<a href="http://dl.google.com/android/ndk/<?cs var:ndk.mac_download ?>"><?cs var:ndk.mac_download ?></a>
|
2009-05-13 00:32:35 +02:00
|
|
|
</td>
|
|
|
|
<td><?cs var:ndk.mac_bytes ?> bytes</td>
|
|
|
|
<td><?cs var:ndk.mac_checksum ?></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2009-06-24 20:01:03 +02:00
|
|
|
<td>Linux 32/64-bit (x86)</td>
|
2009-05-13 00:32:35 +02:00
|
|
|
<td>
|
2009-06-24 20:01:03 +02:00
|
|
|
<a href="http://dl.google.com/android/ndk/<?cs var:ndk.linux_download ?>"><?cs var:ndk.linux_download ?></a>
|
2009-05-13 00:32:35 +02:00
|
|
|
</td>
|
|
|
|
<td><?cs var:ndk.linux_bytes ?> bytes</td>
|
|
|
|
<td><?cs var:ndk.linux_checksum ?></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2009-03-04 04:28:42 +01:00
|
|
|
|
2009-08-06 04:09:16 +02:00
|
|
|
<?cs else ?><?cs if:android.whichdoc == "online" ?>
|
|
|
|
|
|
|
|
<?cs if:sdk.preview ?>
|
|
|
|
<p>Welcome developers! The next release of the Android platform will be
|
|
|
|
Android 1.6 and we are pleased to announce the availability of an early look
|
|
|
|
SDK to give you a head-start on developing applications for it. </p>
|
|
|
|
|
|
|
|
<p>The Android 1.6 platform includes a variety of improvements and new
|
|
|
|
features for users and developers. Additionally, the SDK itself introduces
|
|
|
|
several new capabilities that enable you to develop applications more
|
|
|
|
efficiently. See the <a href="features.html">Android 1.6 Highlights</a>
|
|
|
|
document for a list of highlights.</p>
|
|
|
|
<?cs /if ?>
|
|
|
|
|
2009-04-21 02:54:49 +02:00
|
|
|
<p>Before downloading, please read the <a href="requirements.html">
|
2009-03-04 04:28:42 +01:00
|
|
|
System Requirements</a> document. As you start the download, you will also need to review and agree to
|
|
|
|
the Terms and Conditions that govern the use of the Android SDK. </p>
|
|
|
|
|
|
|
|
<table class="download">
|
|
|
|
<tr>
|
|
|
|
<th>Platform</th>
|
|
|
|
<th>Package</th>
|
|
|
|
<th>Size</th>
|
|
|
|
<th>MD5 Checksum</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Windows</td>
|
|
|
|
<td>
|
|
|
|
<a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.win_download ?>"><?cs var:sdk.win_download ?></a>
|
|
|
|
</td>
|
|
|
|
<td><?cs var:sdk.win_bytes ?> bytes</td>
|
|
|
|
<td><?cs var:sdk.win_checksum ?></td>
|
|
|
|
</tr>
|
|
|
|
<tr class="alt-color">
|
|
|
|
<td>Mac OS X (intel)</td>
|
|
|
|
<td>
|
|
|
|
<a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.mac_download ?>"><?cs var:sdk.mac_download ?></a>
|
|
|
|
</td>
|
|
|
|
<td><?cs var:sdk.mac_bytes ?> bytes</td>
|
|
|
|
<td><?cs var:sdk.mac_checksum ?></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Linux (i386)</td>
|
|
|
|
<td>
|
|
|
|
<a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:sdk.linux_download ?>"><?cs var:sdk.linux_download ?></a>
|
|
|
|
</td>
|
|
|
|
<td><?cs var:sdk.linux_bytes ?> bytes</td>
|
|
|
|
<td><?cs var:sdk.linux_checksum ?></td>
|
|
|
|
</tr>
|
2009-08-06 04:09:16 +02:00
|
|
|
<?cs if:adt.zip_download ?>
|
|
|
|
<tr class="alt-color">
|
|
|
|
<td>ADT Plugin for Eclipse <?cs var:adt.zip_version ?></td>
|
|
|
|
<td>
|
|
|
|
<a href="<?cs var:toroot ?>sdk/download.html?v=<?cs var:adt.zip_download ?>"><?cs var:adt.zip_download ?></a>
|
|
|
|
</td>
|
|
|
|
<td><?cs var:adt.zip_bytes ?> bytes</td>
|
|
|
|
<td><?cs var:adt.zip_checksum ?></td>
|
|
|
|
</tr>
|
|
|
|
<?cs /if ?>
|
2009-03-04 04:28:42 +01:00
|
|
|
</table>
|
|
|
|
|
2009-08-06 04:09:16 +02:00
|
|
|
<?cs /if ?>
|
|
|
|
<?cs /if ?>
|
|
|
|
<?cs /if ?>
|
|
|
|
|
|
|
|
<?cs if:android.whichdoc != "online" && sdk.preview ?>
|
|
|
|
<p>Welcome developers! The next release of the Android platform will be
|
|
|
|
Android 1.6 and we are pleased to announce the availability of an early look SDK
|
|
|
|
to give you a head-start on developing applications for it. </p>
|
|
|
|
|
|
|
|
<p>The Android 1.6 platform includes a variety of improvements and new features
|
|
|
|
for users and developers. Additionally, the SDK itself introduces several new
|
|
|
|
capabilities that enable you to develop applications more efficiently.
|
2009-08-06 05:19:16 +02:00
|
|
|
See the <a href="http://developer.android.com/sdk/preview/features.html">
|
|
|
|
Android 1.6 Highlights</a> document for a list of highlights.</p>
|
2009-03-04 04:28:42 +01:00
|
|
|
<?cs /if ?>
|
|
|
|
|
|
|
|
<?cs call:tag_list(root.descr) ?>
|
|
|
|
|
|
|
|
<?cs /if ?>
|
|
|
|
</div><!-- end jd-content -->
|
|
|
|
|
2009-04-24 20:30:32 +02:00
|
|
|
<?cs if:!sdk.redirect ?>
|
|
|
|
<?cs include:"footer.cs" ?>
|
|
|
|
<?cs /if ?>
|
|
|
|
|
2009-03-04 04:28:42 +01:00
|
|
|
</div><!-- end doc-content -->
|
|
|
|
|
|
|
|
<?cs include:"trailer.cs" ?>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|