Android Studio 3.2 Canary 17 和 3.1.3 bugfix 版发布

栏目: 软件资讯 · 发布时间: 7年前

内容简介:Android Studio 发布了 3.2 Canary 17 和 3.1.3 bug-fix 版本。 Android Studio 3.1.3 bug-fix Memory leaks caused Android Studio to become slow and unresponsive after you had been using the Layout Edit...

Android Studio 发布了 3.2 Canary 17 和 3.1.3 bug-fix 版本。

Android Studio 3.1.3 bug-fix

  • Memory leaks caused Android Studio to become slow and unresponsive after you had been using the Layout Editor. This update includes fixes for most of these issues. We intend to release another update soon to address additional memory leaks.

  • Some applications built with D8 crashed on some Verizon Ellipsis tablets.

  • Installation of applications built with D8 failed with an INSTALL_FAILED_DEXOPT error on devices running Android 5.0 or 5.1 (API level 21 or 22).

  • Some applications that used the OkHttp library and were built with D8 crashed on devices running Android 4.4 (API level 19).

  • Android Studio sometimes failed to start, with a ProcessCanceledException during class initialization for com.intellij.psi.jsp.JspElementType.

这是 3.1 系列的最新稳定版,也是一个错误修复版本,本次更新修复了一些错误。有关本次更新的修复内容,请参阅 Android Studio 3.1.3 发布说明

Android Studio 3.2 Canary 17

本次更新主要修复的错误是使用布局编辑器(Layout Editor)时发生的内存泄漏,有关此修补程序的详细信息及其与 Android Studio 其他更新的关系,请参阅 Android Studio 产品经理 James Lau 的此文章

其他更新

  • Applications built with Navigation Architecture Component (android.arch.navigation) libraries crashed because the libraries were not being processed during AndroidX refactoring. This has been fixed.

  • Kotlin methods that return Unit in databinding layouts are now handled correctly.

  • Data Binding v2 compilation failed in cases of one module having a very large number of layouts. This has been fixed.

  • Test coverage data was incomplete when using Android Test Orchestrator. This is fixed.

下载地址

https://developer.android.com/studio/#downloads
https://developer.android.com/studio/preview/


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

精通正则表达式

精通正则表达式

弗里德尔 / 东南大学出版社 / 2005-9 / 72.00元

正则表达式是一种用来操作文本和数据的强大工具。近年来,它们快速广泛传播,并被多种流行工具和语言作为标准特性提供,如Perl、Java、VB.NET、C#(及任何使用.NET框架的语言)、PHP、Python、Ruby、Tcl、MySQL、awk、Emacs等。 如果还未使用过正则表达式,从本书中您将发现一个掌控数据的全新世界。如果使用过它们,您将会充分意识到本书空前的深度和广度。如果您认为自己已经......一起来看看 《精通正则表达式》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具