Merge "docs: update sdk download template DO NOT MERGE add windows installer and revise a bit else" into gingerbread
This commit is contained in:
@@ -156,9 +156,10 @@ computer. </p>
|
|||||||
href="#quickstart">Quick Start</a>, below, for an overview of how to install and
|
href="#quickstart">Quick Start</a>, below, for an overview of how to install and
|
||||||
set up the SDK. </p>
|
set up the SDK. </p>
|
||||||
|
|
||||||
<p>If you are already using the Android SDK and would like to update to the
|
<p>If you're already using the Android SDK, you should
|
||||||
latest tools or platforms, please use the <em>Android SDK and AVD Manager</em>
|
update to the latest tools or platform using the <em>Android SDK and AVD Manager</em>, rather than
|
||||||
to get the components, rather than downloading a new SDK package.</p>
|
downloading a new SDK starter package. See <a
|
||||||
|
href="{@docRoot}sdk/adding-components.html">Adding SDK Components</a>.</p>
|
||||||
|
|
||||||
<table class="download">
|
<table class="download">
|
||||||
<tr>
|
<tr>
|
||||||
@@ -168,7 +169,7 @@ to get the components, rather than downloading a new SDK package.</p>
|
|||||||
<th>MD5 Checksum</th>
|
<th>MD5 Checksum</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Windows</td>
|
<td rowspan="2">Windows</td>
|
||||||
<td>
|
<td>
|
||||||
<a onclick="onDownload(this)" href="http://dl.google.com/android/<?cs var:sdk.win_download
|
<a onclick="onDownload(this)" href="http://dl.google.com/android/<?cs var:sdk.win_download
|
||||||
?>"><?cs var:sdk.win_download ?></a>
|
?>"><?cs var:sdk.win_download ?></a>
|
||||||
@@ -176,6 +177,15 @@ to get the components, rather than downloading a new SDK package.</p>
|
|||||||
<td><?cs var:sdk.win_bytes ?> bytes</td>
|
<td><?cs var:sdk.win_bytes ?> bytes</td>
|
||||||
<td><?cs var:sdk.win_checksum ?></td>
|
<td><?cs var:sdk.win_checksum ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<!-- blank TD from Windows rowspan -->
|
||||||
|
<td>
|
||||||
|
<a onclick="onDownload(this)" href="http://dl.google.com/android/<?cs var:sdk.win_installer
|
||||||
|
?>"><?cs var:sdk.win_installer ?></a> (Recommended)
|
||||||
|
</td>
|
||||||
|
<td><?cs var:sdk.win_installer_bytes ?> bytes</td>
|
||||||
|
<td><?cs var:sdk.win_installer_checksum ?></td>
|
||||||
|
</tr>
|
||||||
<tr class="alt-color">
|
<tr class="alt-color">
|
||||||
<td>Mac OS X (intel)</td>
|
<td>Mac OS X (intel)</td>
|
||||||
<td>
|
<td>
|
||||||
@@ -208,12 +218,12 @@ to get the components, rather than downloading a new SDK package.</p>
|
|||||||
|
|
||||||
|
|
||||||
<div id="next-steps" style="display:none">
|
<div id="next-steps" style="display:none">
|
||||||
<p><b>Your download of <em><span id="filename"></span></em> has begun!</b></p>
|
<p><b><em><span id="filename"></span></em> is now downloading. Follow the steps below to
|
||||||
|
get started.</b></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function onDownload(link) {
|
function onDownload(link) {
|
||||||
$(link).parent().parent().children().css('background', '#fff');
|
|
||||||
$("#filename").text($(link).html());
|
$("#filename").text($(link).html());
|
||||||
$("#next-steps").show();
|
$("#next-steps").show();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user