内容简介: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 forcom.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]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- NPM包(模块)发布、更新、撤销发布
- 有赞灰度发布与蓝绿发布实践
- 【重磅发布】Linkis 0.10.0 版本发布
- BeetlSQL 3.0.9 发布,Idea 插件发布
- 贝密游戏 0.7.0 发布,发布斗地主
- 【重磅发布】DataSphere Studio 0.9.0 版本发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Effective Java 中文版
(美)Joshua Bloch / 潘爱民 / 机械工业出版社 / 2003-1 / 39.00元
本书介绍了在Java编程中57条极具实用价值的经验规则,这些经验规则涵盖了大多数开发人员每天所面临的问题的解决方案。通过对Java平台设计专家所使用的技术的全面描述,揭示了应该做什么,不应该做什么才能产生清晰、健壮的高效的代码。 本书中的每条规则都以简短、独立的小文章形式出现,这些小文章包含了详细而精确的建议,以及对语言中许多细微之处的深入分析,并通过例子代码加以进一步说明。贯穿全书的是通用......一起来看看 《Effective Java 中文版》 这本书的介绍吧!