Lines Matching refs:DOWNLOAD
36 else ?>Download the SDK<?cs /if ?>
56 <p><a href="/sdk/index.html">Download the current Android SDK</a></p>
78 <table class="download" id="download-table">
198 $("#downloadForRealz").html("Download " + $(link).text());
203 location.hash = "download";
270 >DOWNLOAD FOR OTHER PLATFORMS</a></h4>
277 <table class="download">
333 <table class="download">
418 /* set up primary adt download button */
419 $('#download-bundle-button').show();
420 $('#download-bundle-button').append("Download the SDK <br/><span class='small'>ADT Bundle for " + os + "</span>");
421 $('#download-bundle-button').click(function() {return onDownload(this,true,true);}).attr('href', bundlename);
424 $('#download-tools-button').show();
425 $('#download-tools-button').append("Download the SDK Tools for " + os);
426 $('#download-tools-button').click(function() {return onDownload(this,true);}).attr('href', $toolslink.attr('href'));
434 /* set text for download button */
438 $("#downloadForRealz").html("Download " + $(link).text());
453 /* if not using bundle, set download button to ignore bitpicker and set url */
464 location.hash = "download";
477 /* set the real url for download */
481 /* reveal the download button */