Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ae61caf authored by Cheryl Potter's avatar Cheryl Potter
Browse files

docs: Studio 1.4.1 release notes and download links

b/25230207

Change-Id: Ic1c02781eab5f39d7913745fd1b62f71762df2d1
parent d124f8d6
Loading
Loading
Loading
Loading
+16 −16
Original line number Diff line number Diff line
@@ -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.4.0.10
studio.version=1.4.1.0

studio.linux_bundle_download=android-studio-ide-141.2288178-linux.zip
studio.linux_bundle_bytes=380821638
studio.linux_bundle_checksum=137e3734f2e8e285bd7c1d2fae2e8548d0f164bd
studio.linux_bundle_download=android-studio-ide-141.2343393-linux.zip
studio.linux_bundle_bytes=381078272
studio.linux_bundle_checksum=c38eb7afec75fe529efecd2f05500f1715e82cfe

studio.mac_bundle_download=android-studio-ide-141.2288178-mac.dmg
studio.mac_bundle_bytes=364624965
studio.mac_bundle_checksum=27068d59d5a78717d31bdedd054082b5c50d3897
studio.mac_bundle_download=android-studio-ide-141.2343393-mac.dmg
studio.mac_bundle_bytes=364890127
studio.mac_bundle_checksum=f99f7e4916b39d0248ab7278765d105a7ce342fb

studio.win_bundle_download=android-studio-ide-141.2288178-windows.zip
studio.win_bundle_bytes=373492997
studio.win_bundle_checksum=c0851dc9a506ba9f4c1379a3e9b4019c08478220
studio.win_bundle_download=android-studio-ide-141.2343393-windows.zip
studio.win_bundle_bytes=373749630
studio.win_bundle_checksum=ac5eea9cdd0ec7f0321ad459c0420c5fa7e1b332


studio.win_bundle_exe_download=android-studio-bundle-141.2288178-windows.exe
studio.win_bundle_exe_bytes=1177811944
studio.win_bundle_exe_checksum=a2f0141d35f8f0c24dad2ff390e7f6231c5f7625
studio.win_bundle_exe_download=android-studio-bundle-141.2343393-windows.exe
studio.win_bundle_exe_bytes=1192115784
studio.win_bundle_exe_checksum=de9e6172533fa02051efabb9ed3a485995582e13

studio.win_notools_exe_download=android-studio-ide-141.2288178-windows.exe
studio.win_notools_exe_bytes=348295968
studio.win_notools_exe_checksum=82d0d9c78ec23834956f941a07821be347fcb7bf
studio.win_notools_exe_download=android-studio-ide-141.2343393-windows.exe
studio.win_notools_exe_bytes=348552720
studio.win_notools_exe_checksum=227160920052916e538512f8ccbf49296bb2b1f2



+39 −2
Original line number Diff line number Diff line
@@ -39,16 +39,53 @@ select <strong>Android Studio > Check for updates</strong>).</p>
<p>The sections below provide notes about successive releases of
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.4.1</a> <em>(October 2015)</em>
  </p>
  <div class="toggle-content-toggleme">
    <p>Fixes and enhancements:</p>
  <ul>
    <li>Fixed a Gradle model caching issue that could lead to excessive Gradle syncing when the IDE
    was restarted.
    </li>
    <li>Fixed a native debugging deadlock issue.
    </li>
    <li>Fixed an issue blocking users of the Subversion 1.9 version control system.
    </li>
    <li>Fixed a <em>Device Chooser</em> dialog problem where after connecting a device that was
    unauthorized you could no longer select the emulator. <a href="http://b.android.com/189658">Issue: 189658</a>
    </li>
    <li>Fixed incorrect translation error reporting for locales that have a region qualifier and a
    translation in the region (but not in the base locale). <a href="http://b.android.com/188577">Issue: 188577</a>
    </li>
    <li>Fixed a deadlock issue in the Theme Editor related to its interaction with the Layout
    Editor. <a href="http://b.android.com/188070">Issue: 188070</a>
    </li>
    <li>Fixed a Theme Editor reload and edit conflict causing attributes to not properly update.
    <a href="http://b.android.com/187726">Issue: 187726</a>
    </li>
    <li>Improved Theme Editor performance.
    </li>
    <li>Fixed an issue where the <code>android:required</code> attribute was ignored in the manifest.
    <a href="http://b.android.com/187665">Issue: 187665</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.4.0</a> <em>(September 2015)</em>
  </p>
  <div class="toggle-content-toggleme">
    <p>Fixes and enhancements:</p>
  <ul>
    <li>Added the Vector Asset Studio tool for importing vector graphics, such as material icons
    <li>Added the <a href="{@docRoot}tools/help/vector-asset-studio.html">Vector Asset Studio</a>
      tool for importing vector graphics, such as material icons
      and SVG files. To use this tool, in the Android view of the Project window, right-click the
      <strong>res</strong> folder and select <strong>New</strong> &gt; <strong>Vector Asset</strong>.
    </li>