内容简介:Android Studio 3.2 Beta 2 发布了,Android Studio 是基于 IntelliJ IDEA 的官方 Android 应用开发集成开发环境 (IDE)。 此次更新内容如下: Resource configurations set with resConfigs were ignored wh...
Android Studio 3.2 Beta 2 发布了,Android Studio 是基于 IntelliJ IDEA 的官方 Android 应用开发集成开发环境 (IDE)。
此次更新内容如下:
Resource configurations set with
resConfigs
were ignored when building an Android App Bundle.Resource processing was incorrect in some cases when the minimum SDK target was specified to be the preview version.
Overrides set using the variant API were ignored when the version name and version code were published for dynamic feature modules for Android App Bundles.
D8 failed to read some ZIP files with special characters.
kotlin-stdlib-jre*
artifacts are now deprecated, sokotlin-stdlib-jdk*
are used instead.Lint checks failed when an invalid issue ID was used in the XML lint configuration file.
Lint checks incorrectly reported some resources as unused if they were referenced through
enum
constructors.It was impossible to disbale the Auto verify option for a deep link in the Navigation Editor.
Using the Rerun failed tests command in the Run window sometimes incorrectly returned the message "No tests were found".
A conflict between the Android Gradle Plugin and kapt caused errors with data binding. See Issue #110198434 for information about how other annotation processors may need to account for this issue.
详情查看更新日志。
下载地址:https://developer.android.com/studio/preview/index.html
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- AppCode 2020.1.4 发布,集成开发环境
- AppCode 2018.1.1 发布,集成开发环境
- AppCode 2019.1.1 发布,集成开发环境
- AppCode 2019.1.2 发布,集成开发环境
- AppCode 2019.1.2 发布,集成开发环境
- AppCode 2019.1.3 发布,集成开发环境
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
JAVA语言规范(英文版,第3版)
戈斯林 / 机械工业 / 2006-4 / 79.00元
本书由“java之父”Jame Gosling 以及另外三位顶级大师撰写而成,无论是对java语言的初学者还是专业程序员都具有极高的价值,是关于java程序设计语言最权威的技术参考书。 本书侧重于java技术细节和内幕,全面,准确,详尽地介绍了java语言及其语法,论述了java编译器所要检查的语法和java运行模式的各个方面,同时还描述了java语言最重要的新特征。一起来看看 《JAVA语言规范(英文版,第3版)》 这本书的介绍吧!