内容简介:Android Studio 3.3 Canary 4 已发布,下载地址 >>> https://developer.android.com/studio/preview/index.html 该版本引入了一些新功能,也针对一些行为进行了修改,并修复了部分 bug。 新功能和行为变更 Slic...
Android Studio 3.3 Canary 4 已发布,下载地址 >>> https://developer.android.com/studio/preview/index.html
该版本引入了一些新功能,也针对一些行为进行了修改,并修复了部分 bug。
新功能和行为变更
SliceProvider 模板已更新
bundle Gradle 任务现在可以生成通用 APK
导航编辑器现在按字母顺序对下拉列表中的属性进行排序
在 IDE 中提供了快速反馈功能
……
Bug 修复
Data binding was causing issues with caching task outputs.
MergeSourceSetFolders was using the worker API regardless of the flag that was set.
The Fabric plugin couldn't easily access a project mapping file.
Adding MultiDexApplication as an application name was broken when using AndroidX.
Building bundles with R8 enabled was causing crashes.
CMake server mode was causing issues with C++ code completion.
Some folders weren't properly marked as non-source folders, causing some issues.
JNI_OnLoad and JNI_OnUnload now show quick fixes if parameter or return types are incorrect.
Documentation preview wasn't properly handling certain types of content.
Fractional HiDPI wasn't working properly on Windows machines.
Layout editor was improperly displaying small fonts on HiDPI monitors.
In some cases, the Navigation Editor wasn't recognizing NavHosts.
The API Version Distribution chart was out of date.
Using analyzeProjectStructure on a large project was resulting in an ArrayIndexOutOfBoundsException.
Device File Explorer files was saving files to a set location. This is now configurable.
The Force HTTP setting in the Android Studio SDK updater was being ignored.
The Android Studio SDK updater was prohibiting proxy caching.
有关 Android Studio 早期版本中的新功能和更改的信息,请参阅 Android Studio Preview 发布说明。
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Java从入门到精通
李钟尉、马文强、陈丹丹 / 清华大学出版社 / 2008-9 / 59.80元
《Java从入门到精通》(软件开发视频大讲堂)从初学者角度出发,通过通俗易懂的语言、丰富多彩的实例,详细介绍了使用Java语言进行程序开发应该掌握的各方面技术。全书共分28章,包括:初识Java,熟悉Eclipse开发工具,Java语言基础,流程控制,字符串,数组,类和对象,包装类,数字处理类,接口、继承与多态,类的高级特性,异常处理,Swing程序设计,集合类,I/O输入输出,反射,枚举类型与泛......一起来看看 《Java从入门到精通》 这本书的介绍吧!