内容简介:Android Studio 3.3 Beta 1 发布了,这是 3.3 系列的首个测试版。本次更新包括一些错误修复和下面的行为更改: CPU Profiler —— 新的实时分配内存跟踪选项 为了在分析时提高应用程序性能,现在可以在运行 API ...
Android Studio 3.3 Beta 1 发布了,这是 3.3 系列的首个测试版。本次更新包括一些错误修复和下面的行为更改:
CPU Profiler —— 新的实时分配内存跟踪选项
为了在分析时提高应用程序性能,现在可以在运行 API 级别 26 或更高级别的设备上选择实时内存分配跟踪模式。从Full(所有对象内存分配),Sampled(分配的定期采样)或 None 中选择。
Bug 修复
The Project window was occasionally crashing when sorting files by type.
CMake was throwing a
NullPointerExceptionwhen enabling Only sync the active variant (for current project) experimental feature.D8 was incorrectly failing to compile with the following error message:
com.android.tools.r8.errors.Unreachable: Unexpected type adjustment from java.lang.Object to com.android.transport.model.entity.ApproveDelegator[]
此外,Android Studio 3.4 Canary 1 也已发布,详情请点此查看。
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Java in a Nutshell, 6th Edition
Benjamin J Evans、David Flanagan / O'Reilly Media / 2014-10 / USD 59.99
The latest edition of Java in a Nutshell is designed to help experienced Java programmers get the most out of Java 7 and 8, but it's also a learning path for new developers. Chock full of examples tha......一起来看看 《Java in a Nutshell, 6th Edition》 这本书的介绍吧!