OSDN Git Service

docs: Android Studio 1.5 release note and download links
authorCheryl Potter <cherylpotter@google.com>
Fri, 13 Nov 2015 21:05:42 +0000 (13:05 -0800)
committerCheryl Potter <cherylpotter@google.com>
Thu, 19 Nov 2015 00:31:19 +0000 (16:31 -0800)
b/24804576

Change-Id: Id51f1afdcd32d540af886daee75a54d00c09a0de

docs/html/sdk/index.jd
docs/html/tools/revisions/studio.jd

index 1afb0fb..f522b9a 100644 (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.4.1.0
+studio.version=1.5.0.4
 
-studio.linux_bundle_download=android-studio-ide-141.2343393-linux.zip
-studio.linux_bundle_bytes=381078272
-studio.linux_bundle_checksum=c38eb7afec75fe529efecd2f05500f1715e82cfe
+studio.linux_bundle_download=android-studio-ide-141.2422023-linux.zip
+studio.linux_bundle_bytes=380940715
+studio.linux_bundle_checksum=25f3b2b67641ef72e54d2c74cc69fde059630b50
 
-studio.mac_bundle_download=android-studio-ide-141.2343393-mac.dmg
-studio.mac_bundle_bytes=364890127
-studio.mac_bundle_checksum=f99f7e4916b39d0248ab7278765d105a7ce342fb
+studio.mac_bundle_download=android-studio-ide-141.2422023-mac.dmg
+studio.mac_bundle_bytes=367454371
+studio.mac_bundle_checksum=9ff98b82e85081910d35b39342127cfc9071c08a
 
-studio.win_bundle_download=android-studio-ide-141.2343393-windows.zip
-studio.win_bundle_bytes=373749630
-studio.win_bundle_checksum=ac5eea9cdd0ec7f0321ad459c0420c5fa7e1b332
+studio.win_bundle_download=android-studio-ide-141.2422023-windows.zip
+studio.win_bundle_bytes=375657281
+studio.win_bundle_checksum=b427298bfc80b9f162fef3cba95a5775c86b4676
 
 
-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_bundle_exe_download=android-studio-bundle-141.2422023-windows.exe
+studio.win_bundle_exe_bytes=1209184992
+studio.win_bundle_exe_checksum=e44c0c7fe53ca8e8a6f3b9bdc7551c3b8ee41f30
 
-studio.win_notools_exe_download=android-studio-ide-141.2343393-windows.exe
-studio.win_notools_exe_bytes=348552720
-studio.win_notools_exe_checksum=227160920052916e538512f8ccbf49296bb2b1f2
+studio.win_notools_exe_download=android-studio-ide-141.2422023-windows.exe
+studio.win_notools_exe_bytes=351441320
+studio.win_notools_exe_checksum=41933764d0f6d232cf8c123974c80fd400f0e6ea
 
 
 
index e2de5b9..dec9e4b 100644 (file)
@@ -42,6 +42,59 @@ 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.5.0</a> <em>(November 2015)</em>
+  </p>
+  <div class="toggle-content-toggleme">
+    <p>Fixes and enhancements:</p>
+    <ul>
+    <li>Added new Memory Monitor analysis abilities to Android Monitor. When you view an HPROF file
+      captured from this monitor, the display is now more helpful so you can more quickly locate
+      problems, such as memory leaks. To use this monitor, click <strong>Android Monitor</strong> at
+      the bottom of the main window. In Android Monitor, click the <strong>Memory</strong> tab. While
+      the monitor is running, click the <strong>Dump Java Heap</strong> icon, and then click
+      <strong>Captures</strong> in the main window and double-click the file to view it. (The
+      Android Device Monitor can't be running at the same time as Android Monitor.)</li>
+    <li>Added new deep link and app link support. The Code Editor can automatically create an
+      intent filter for deep linking in the <code>AndroidManifest.xml</code> file. It can also
+      generate code to help you integrate with the
+      <a href="http://developers.google.com/app-indexing/android/publish" class="external-link">App Indexing API</a>
+      in an activity in a Java file. A deep link testing feature
+      helps you verify that a specified deep link can launch an app. In the <strong>General</strong>
+      tab of the <em>Run/Debug Configurations</em> dialog, you can specify deep link launch
+      options. You can also test App Indexing API calls in an activity by using the Android Monitor
+      <strong>logcat</strong> display. The Android <code>lint</code> tool now has warnings for
+      certain issues involving deep links and the App Indexing API.
+    </li>
+     <li>Added the ability to use short names when code-completing custom views in the Code Editor.
+    </li>
+    <li>Added support for more {@link android.graphics.drawable.VectorDrawable} elements to
+      <a href="{@docRoot}tools/help/vector-asset-studio.html">Vector Asset Studio</a>
+      for backward-compatibility. Vector Asset Studio can use these elements to convert vector
+      drawables into PNG raster images to use with Android 4.4 (API level 20) and lower.
+    </li>
+    <li>Added new <code>lint</code> checks for Android TV and Android Auto to give you
+      immediate, actionable feedback in Android Studio, along with several quick fixes. For example,
+      for Android TV, it can report and provide a quick fix for permissions, unsupported hardware,
+      <code>uses-feature</code> element, and missing banner issues. For Android Auto, it can
+      validate the correct usage in the descriptor file referred from your
+      <code>AndroidManifest.xml</code> file, report if there isn't an intent filter for the
+      <code>MediaBrowserService</code> class, and identify certain voice actions issues.
+      </li>
+    <li>Added new <code>lint</code> checks for insecure broadcast receivers,
+    <code>SSLCertificateSocketFactory</code> and <code>HostnameVerifier</code> class uses, and
+    <code>File.setReadable()</code> and <code>File.setWritable()</code> calls. It also detects
+    invalid manifest resource lookups, especially for resources that vary by configuration.
+    </li>
+    <li>Fixed a number of stability issues.
+    </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.1</a> <em>(October 2015)</em>
   </p>
   <div class="toggle-content-toggleme">
@@ -72,7 +125,7 @@ Android Studio, as denoted by revision number. </p>
     <a href="http://b.android.com/187665">Issue: 187665</a>
     </li>
   </ul>
-  </div>
+</div>
 </div>