Merge commit '31150b290e980254b0a92f753add0749b9c4b1ca' into eclair-mr2-plus-aosp * commit '31150b290e980254b0a92f753add0749b9c4b1ca': doc change: template changes for new SDK doc structure.
This commit is contained in:
@@ -20,9 +20,7 @@
|
|||||||
<span style="display:none" class="zh-TW">首頁</span>
|
<span style="display:none" class="zh-TW">首頁</span>
|
||||||
<?cs /if ?>
|
<?cs /if ?>
|
||||||
</a></li>
|
</a></li>
|
||||||
<li id="sdk-link"><a href="<?cs var:toroot ?><?cs
|
<li id="sdk-link"><a href="<?cs var:toroot ?>sdk/index.html">
|
||||||
if:android.whichdoc != "online" ?>sdk/RELEASENOTES.html<?cs
|
|
||||||
else ?>sdk/<?cs var:sdk.current ?>/index.html<?cs /if ?>">
|
|
||||||
<span class="en">SDK</span>
|
<span class="en">SDK</span>
|
||||||
</a></li>
|
</a></li>
|
||||||
<li id="guide-link"><a href="<?cs var:toroot ?>guide/index.html" onClick="return loadLast('guide')">
|
<li id="guide-link"><a href="<?cs var:toroot ?>guide/index.html" onClick="return loadLast('guide')">
|
||||||
|
@@ -33,28 +33,29 @@
|
|||||||
<div class="g-unit" id="doc-content" >
|
<div class="g-unit" id="doc-content" >
|
||||||
<div id="jd-header" class="guide-header" >
|
<div id="jd-header" class="guide-header" >
|
||||||
<span class="crumb"> </span>
|
<span class="crumb"> </span>
|
||||||
<h1><?cs if:android.whichdoc == "online" ?>Download <?cs /if ?><?cs var:page.title ?></h1>
|
<h1><?cs if:android.whichdoc == "online" ?>Download the <?cs /if ?><?cs var:page.title ?></h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="jd-content">
|
<div id="jd-content">
|
||||||
<p><em><?cs
|
<?cs
|
||||||
if:ndk ?><?cs
|
if:ndk ?><p><em><?cs
|
||||||
var:ndk.date ?><?cs
|
var:ndk.date ?></em></p><?cs
|
||||||
else ?><?cs
|
else ?><?cs
|
||||||
var:sdk.date ?><?cs
|
if:android.whichdoc == "online" ?><p><em><?cs
|
||||||
/if ?></em>
|
var:sdk.date ?></em></p><?cs
|
||||||
</p>
|
/if ?><?cs
|
||||||
|
/if ?>
|
||||||
|
|
||||||
<?cs if:sdk.not_latest_version ?>
|
<?cs if:sdk.not_latest_version ?>
|
||||||
<div class="special">
|
<div class="special">
|
||||||
<p><strong>This is NOT the current Android SDK release.</strong></p>
|
<p><strong>This is NOT the current Android SDK release.</strong></p>
|
||||||
<p><a href="/sdk/<?cs var:sdk.current ?>/index.html">Download the current Android SDK</a></p>
|
<p><a href="/sdk/index.html">Download the current Android SDK</a></p>
|
||||||
</div>
|
</div>
|
||||||
<?cs /if ?>
|
<?cs /if ?>
|
||||||
|
|
||||||
<?cs if:android.whichdoc != "online" && !android.preview ?>
|
<?cs if:android.whichdoc != "online" && !android.preview ?>
|
||||||
|
|
||||||
<p>The sections below provide an overview of the SDK package. </p>
|
<!-- <p>The sections below provide an overview of how to install the SDK package. </p> -->
|
||||||
|
|
||||||
<?cs else ?>
|
<?cs else ?>
|
||||||
<?cs if:ndk ?>
|
<?cs if:ndk ?>
|
||||||
@@ -118,6 +119,11 @@ var:sdk.preview.version ?> Platform Highlights</a> document for a list of
|
|||||||
highlights.</p>
|
highlights.</p>
|
||||||
<?cs /if ?>
|
<?cs /if ?>
|
||||||
|
|
||||||
|
<p>To get started with the Android SDK, select a package from the table
|
||||||
|
below and download it to your development computer. Next, install the package
|
||||||
|
and then use the tools included to download one or more Android platforms, SDK
|
||||||
|
add-ons, or other components into your SDK. </p>
|
||||||
|
|
||||||
<p>Before downloading, please read the <a href="requirements.html">
|
<p>Before downloading, please read the <a href="requirements.html">
|
||||||
System Requirements</a> document. As you start the download, you will also need
|
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
|
to review and agree to the Terms and Conditions that govern the use of the
|
||||||
|
@@ -73,6 +73,15 @@ def:tag_list(tags) ?><?cs
|
|||||||
elif:tag.kind == "@sdkCurrent" ?><?cs var:sdk.current ?><?cs
|
elif:tag.kind == "@sdkCurrent" ?><?cs var:sdk.current ?><?cs
|
||||||
elif:tag.kind == "@sdkCurrentVersion" ?><?cs var:sdk.version ?><?cs
|
elif:tag.kind == "@sdkCurrentVersion" ?><?cs var:sdk.version ?><?cs
|
||||||
elif:tag.kind == "@sdkCurrentRelId" ?><?cs var:sdk.rel.id ?><?cs
|
elif:tag.kind == "@sdkCurrentRelId" ?><?cs var:sdk.rel.id ?><?cs
|
||||||
|
elif:tag.kind == "@sdkPlatformVersion" ?><?cs var:sdk.platform.version ?><?cs
|
||||||
|
elif:tag.kind == "@sdkPlatformApiLevel" ?><?cs var:sdk.platform.apiLevel ?><?cs
|
||||||
|
elif:tag.kind == "@sdkPlatformMajorMinor" ?><?cs var:sdk.platform.majorMinor ?><?cs
|
||||||
|
elif:tag.kind == "@sdkPlatformReleaseDate" ?><?cs var:sdk.platform.releaseDate ?><?cs
|
||||||
|
elif:tag.kind == "@sdkPlatformDeployableDate" ?><?cs var:sdk.platform.deployableDate ?><?cs
|
||||||
|
elif:tag.kind == "@adtZipVersion" ?><?cs var:adt.zip.version ?><?cs
|
||||||
|
elif:tag.kind == "@adtZipDownload" ?><?cs var:adt.zip.download ?><?cs
|
||||||
|
elif:tag.kind == "@adtZipBytes" ?><?cs var:adt.zip.bytes ?><?cs
|
||||||
|
elif:tag.kind == "@adtZipChecksum" ?><?cs var:adt.zip.checksum ?><?cs
|
||||||
elif:tag.kind == "@inheritDoc" ?><?cs # This is the case when @inheritDoc is in something
|
elif:tag.kind == "@inheritDoc" ?><?cs # This is the case when @inheritDoc is in something
|
||||||
that doesn't inherit from anything?><?cs
|
that doesn't inherit from anything?><?cs
|
||||||
elif:tag.kind == "@attr" ?><?cs
|
elif:tag.kind == "@attr" ?><?cs
|
||||||
|
Reference in New Issue
Block a user