diff options
Diffstat (limited to 'docs/html/sdk/installing')
| -rw-r--r-- | docs/html/sdk/installing/installing-adt.jd | 10 | ||||
| -rw-r--r-- | docs/html/sdk/installing/studio.jd | 41 |
2 files changed, 32 insertions, 19 deletions
diff --git a/docs/html/sdk/installing/installing-adt.jd b/docs/html/sdk/installing/installing-adt.jd index 42cb92c..1f5ca11 100644 --- a/docs/html/sdk/installing/installing-adt.jd +++ b/docs/html/sdk/installing/installing-adt.jd @@ -1,8 +1,8 @@ page.title=Installing the Eclipse Plugin -adt.zip.version=22.6.0 -adt.zip.download=ADT-22.6.0.zip -adt.zip.bytes=14585211 -adt.zip.checksum=d95c6d8e678881f6c89f063b58d4162f +adt.zip.version=22.6.2 +adt.zip.download=ADT-22.6.2.zip +adt.zip.bytes=14586842 +adt.zip.checksum=f660959fa71262b4285bcb64be284bf5 @jd:body @@ -75,7 +75,7 @@ To get these packages for your SDK, continue to <div class="sidebox-wrapper"> <div class="sidebox"> <h2>App Translations in Google Play</h2> -<p>Google Play <a href="{@docRoot}distribute/googleplay/publish/localizing.html#gp-trans">App +<p>Google Play <a href="{@docRoot}distribute/googleplay/publish/localizing.html#gp-trans">App Translation Service</a> is available in the Developer Console to help you localize your app for a global user base. You can browse qualified vendors, get estimates, upload strings for translation, and then import the translations directly diff --git a/docs/html/sdk/installing/studio.jd b/docs/html/sdk/installing/studio.jd index 1850b44..365ec1d 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 <td>Windows</td> <td> <a onclick="return onDownload(this)" id="win-studio" - href="http://dl.google.com/android/studio/install/0.4.2/android-studio-bundle-133.970939-windows.exe"> - android-studio-bundle-133.970939-windows.exe + href="http://dl.google.com/android/studio/install/0.4.6/android-studio-bundle-133.1028713-windows.exe"> + android-studio-bundle-133.1028713-windows.exe </a> </td> - <td>515261701 bytes</td> - <td>1e1ae28b1c00f43d55f17ee35bd4f5d2</td> + <td>519592042 bytes</td> + <td>9029c18738a75830786326d62c96d557</td> </tr> <tr> <td><nobr>Mac OS X</nobr></td> <td> <a onclick="return onDownload(this)" id="mac-studio" - href="http://dl.google.com/android/studio/install/0.4.2/android-studio-bundle-133.970939-mac.dmg"> - android-studio-bundle-133.970939-mac.dmg + href="http://dl.google.com/android/studio/install/0.4.6/android-studio-bundle-133.1028713-mac.dmg"> + android-studio-bundle-133.1028713-mac.dmg </a> </td> - <td>491773471 bytes</td> - <td>6753f67c56acb17617bfbc5bc56384e7</td> + <td>497595811 bytes</td> + <td>eb2474e6d17537ddfa535e6fe8adcf0d</td> </tr> <tr> <td>Linux</td> <td> <a onclick="return onDownload(this)" id="linux-studio" - href="http://dl.google.com/android/studio/install/0.4.2/android-studio-bundle-133.970939-linux.tgz"> - android-studio-bundle-133.970939-linux.tgz + href="http://dl.google.com/android/studio/install/0.4.6/android-studio-bundle-133.1028713-linux.tgz"> + android-studio-bundle-133.1028713-linux.tgz </a> </td> - <td>516080363 bytes</td> - <td>25455787d76e61baf34bf93eaa00ded6</td> + <td>522177460 bytes</td> + <td>cc847dd6249b3033737dabe0377c8c66</td> </tr> </table> @@ -318,7 +318,7 @@ information about how to resolve them.</p> <h2 id="Installing">Installing Android Studio</h2> -<p>Android Studio requires JDK 6 or greater (JRE alone is not sufficient). To check if you +<p>Android Studio requires JDK 6 or greater (JRE alone is not sufficient). To check if you have JDK installed (and which version), open a terminal and type <code>javac -version</code>. If JDK is not available or the version is lower than 6, <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">download @@ -430,6 +430,19 @@ style="vertical-align:bottom;margin:0;height:19px" /> in the toolbar.</p> <div class="toggle-content opened"> <p><a href="#" onclick="return toggleContent(this)"> <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img" + alt=""/>Android Studio v0.4.6</a> <em>(March 2014)</em> + </p> + + <div class="toggle-content-toggleme"> + <ul> + <li>See <a href="http://tools.android.com/recent">tools.android.com</a> for a full list of changes.</li> + </ul> + </div> +</div> + +<div class="toggle-content closed"> + <p><a href="#" onclick="return toggleContent(this)"> + <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""/>Android Studio v0.4.2</a> <em>(Jan 2014)</em> </p> @@ -637,7 +650,7 @@ for possible resolutions to known issues: <a href="http://tools.android.com/know if (os) { /* set up primary ACE download button */ $('#download-ide-button').show(); - $('#download-ide-button').append("Download Android Studio <span class='small'>v0.4.2</span>" + $('#download-ide-button').append("Download Android Studio <span class='small'>v0.4.6</span>" + "<br/> <span class='small'>for " + os + "</span>"); $('#download-ide-button').click(function() {return onDownload(this,true);}).attr('href', bundlename); |
