内容简介: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 发布,集成开发环境
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Python语言程序设计
(美)Y. Daniel Liang / 机械工业出版社 / 2013-3 / 79.00元
本书保持了Liang博士系列丛书中一贯的、标志性的教与学的哲学:以实例教,由实践学。书中采用了他所提出的已经经过实践检验的“基础先行”的方法,即在定义类之前,首先使用清晰简明的语言介绍基本程序设计概念,如选择语句、循环和函数;在介绍面向对象程序设计和GUI编程之前,首先介绍基本逻辑和程序设计概念。书中除了给出一些以游戏和数学为主的典型实例外,还在每章的开始使用简单的图形给出一两个例子,以激发学生的......一起来看看 《Python语言程序设计》 这本书的介绍吧!