Merge "docs: Add Studio 1.3.2 release notes and download links" into mnc-dev

This commit is contained in:
Joe Fernandez
2015-08-24 20:25:04 +00:00
committed by Android (Google) Code Review
3 changed files with 74 additions and 20 deletions

View File

@@ -5,28 +5,28 @@ page.image=images/cards/android-studio_2x.png
header.hide=1
page.metaDescription=Download the official Android IDE and developer tools to build apps for Android phones, tablets, wearables, TVs, and more.
studio.version=1.3.1.0
studio.version=1.3.2.0
studio.linux_bundle_download=android-studio-ide-141.2135290-linux.zip
studio.linux_bundle_bytes=351992670
studio.linux_bundle_checksum=51e5f5de2b82883d87f85ee38cf7b7b8b2e7debf
studio.linux_bundle_download=android-studio-ide-141.2178183-linux.zip
studio.linux_bundle_bytes=352010593
studio.linux_bundle_checksum=cf780413f8c8223eb348bd27c19a9c04b75eaeb2
studio.mac_bundle_download=android-studio-ide-141.2135290-mac.dmg
studio.mac_bundle_bytes=368321249
studio.mac_bundle_checksum=9fc12b5657ff52c761b7e7c115feade2a9728386
studio.mac_bundle_download=android-studio-ide-141.2178183-mac.dmg
studio.mac_bundle_bytes=368335367
studio.mac_bundle_checksum=75b67eb15a34a152a40e7189484ab0ebc375b877
studio.win_bundle_download=android-studio-ide-141.2135290-windows.zip
studio.win_bundle_bytes=344406793
studio.win_bundle_checksum=3b4c4924cb9495e56db61ca0e8c8d2bf588c4b97
studio.win_bundle_download=android-studio-ide-141.2178183-windows.zip
studio.win_bundle_bytes=344424713
studio.win_bundle_checksum=3134f226b5f3c3f74d4fc2d9cff03a4458f01d69
studio.win_bundle_exe_download=android-studio-bundle-141.2135290-windows.exe
studio.win_bundle_exe_bytes=1008506096
studio.win_bundle_exe_checksum=8cff590f2e08e339f8c2491b287a840ae87c7383
studio.win_bundle_exe_download=android-studio-bundle-141.2178183-windows.exe
studio.win_bundle_exe_bytes=1136982712
studio.win_bundle_exe_checksum=c7d39c529dd434489da9d086ff689d34dc791526
studio.win_notools_exe_download=android-studio-ide-141.2135290-windows.exe
studio.win_notools_exe_bytes=321791312
studio.win_notools_exe_checksum=d70fb49d03db9dded19c891a92452601e39272f4
studio.win_notools_exe_download=android-studio-ide-141.2178183-windows.exe
studio.win_notools_exe_bytes=321810248
studio.win_notools_exe_checksum=b5d1aaa000729c03a3cf980add79d1b93121c56d

View File

@@ -43,6 +43,29 @@ Android Studio, as denoted by revision number. </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 v1.3.2</a> <em>(August 2015)</em>
</p>
<div class="toggle-content-toggleme">
<p>Fixes and enhancements:</p>
<ul>
<li>Added support for Android 6.0 (API level 23), including new icons and AVD Manager
support for creating devices with new screen densities.</li>
<li>Fixed an exception that was occuring during update checks.
<a href="http://b.android.com/183068">Issue: 183068</a></li>
<li>Fixed problem where unresolved view coordinates could cause the layout editor to crash.
<a href="http://b.android.com/178690">Issue: 178690</a></li>
<li>Fixed issue with invalid resource type warnings.
<a href="http://b.android.com/182433">Issue: 182433</a></li>
<li>Fixed lint check that was incorrectly flagging resources as private.
<a href="http://b.android.com/183120">Issue: 183120</a></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 v1.3.1</a> <em>(August 2015)</em>
</p>
<div class="toggle-content-toggleme">
@@ -60,8 +83,6 @@ Android Studio, as denoted by revision number. </p>
</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"
@@ -100,7 +121,7 @@ Android Studio, as denoted by revision number. </p>
<li>Added <a href="{@docRoot}tools/data-binding/guide.html">data binding</a> support to
create declarative layouts that bind your application logic to layout elements. </li>
<li>Added support for a separate
<a href="{@docRoot}tools/studio/studio-features.html#test-module">test APK module</a>
<a href="{@docRoot}tools/studio/studio-features.html#test-module">test APK module</a>
to build test APKs in Android Studio. </li>
<li>Updated the <a href="{@docRoot}tools/help/avd-manager.html">AVD Manager</a> with HAXM
optimizations and improved notifications. </li>

View File

@@ -53,6 +53,39 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
<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=""/>ADT 23.0.7</a> <em>(August 2015)</em>
</p>
<div class="toggle-content-toggleme">
<dl>
<dt>Dependencies:</dt>
<dd>
<ul>
<li>Java 7 or higher is required if you are targeting Android 5.0 and higher.</li>
<li>Java 1.6 or higher is required if you are targeting other releases.</li>
<li>Eclipse Indigo (Version 3.7.2) or higher is required.</li>
<li>This version of ADT is designed for use with
<a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r24.1.2</a>.
If you haven't already installed SDK Tools r24.1.2 into your SDK, use the
Android SDK Manager to do so.</li>
</ul>
</dd>
<dt>General Notes:</dt>
<dd>
<ul>
<li>Fixed issues with the rendering library for the visual layout editor.</li>
</ul>
</dd>
</dl>
</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=""/>ADT 23.0.6</a> <em>(March 2015)</em>
</p>
@@ -75,7 +108,7 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
<dt>General Notes:</dt>
<dd>
<ul>
<li>Fixed issues with the rendering library.</li>
<li>Fixed issues with the rendering library for the visual layout editor.</li>
</ul>
</dd>
</dl>