From 98599ee71eb1af403cd2f122dafc53c7aa380335 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Wed, 15 May 2013 08:45:39 -0700 Subject: final android studio package info Change-Id: I1ec2c09e46c0eb563d6be3eda3fa92e1d692378d --- docs/html/sdk/installing/migrate.jd | 2 +- docs/html/sdk/installing/studio.jd | 32 +++++++++++++++++--------------- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/docs/html/sdk/installing/migrate.jd b/docs/html/sdk/installing/migrate.jd index ea5a648..467d8f6 100644 --- a/docs/html/sdk/installing/migrate.jd +++ b/docs/html/sdk/installing/migrate.jd @@ -19,7 +19,7 @@ build files. Finish. -

Your selected projects remain in the same location but now contain a {@code .gradle} +

Your selected projects remain in the same location but now contain a {@code build.gradle} build file and are ready for Android Studio.

diff --git a/docs/html/sdk/installing/studio.jd b/docs/html/sdk/installing/studio.jd index c79b3a7..d878294 100644 --- a/docs/html/sdk/installing/studio.jd +++ b/docs/html/sdk/installing/studio.jd @@ -253,36 +253,36 @@ download (or continue to use) the Windows - android-studio-bundle-130.676883-windows.exe + href="http://dl.google.com/android/studio/android-studio-bundle-130.677228-windows.exe"> + android-studio-bundle-130.677228-windows.exe - 381763627 bytes - 592129b7aee608ad706752369d99a2a1 + 382109250 bytes + eb90d50a6ccd975bf19c6930c2006300 Mac OS X - android-studio-bundle-130.676883-mac.dmg + href="http://dl.google.com/android/studio/android-studio-bundle-130.677228-mac.dmg"> + android-studio-bundle-130.677228-mac.dmg - 371232906 bytes - 16192870d1a1e99e2d96d5fa9fc3fccb + 371607412 bytes + 119e8e7170f451bec82cfa321e53d780 Linux - android-studio-bundle-130.676883-linux.tgz + href="http://dl.google.com/android/studio/android-studio-bundle-130.677228-linux.tgz"> + android-studio-bundle-130.677228-linux.tgz - 400151208 bytes - 2b25f4ee51a2e076b0ede6da94508761 + 400487529 bytes + 62b9ce75e4b74b7c1236ea2f1f99da34 @@ -420,16 +420,18 @@ style="vertical-align:bottom;margin:0;height:19px" /> in the toolbar.

function onDownload(link, button) { - + $studioLink; + /* set text for download button */ if (button) { + $studioLink = $("a#"+$(link).attr('href')); $("#downloadForRealz").html($(link).text()); } else { + $studioLink = $(link); $("#downloadForRealz").html("Download " + $(link).text()); } - $studioLink = $("a#"+$(link).attr('href')); - $("#downloadForRealz").attr('href',$studioLink.attr('href')); + $("#downloadForRealz").attr('href', $studioLink.attr('href')); $("#tos").fadeIn('fast'); $("#main").fadeOut('fast'); -- cgit v1.1