内容简介: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
resConfigswere 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
enumconstructors.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]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Web开发权威指南
[美] Chris Aquino,、[美] Todd Gandee / 奇舞团 / 人民邮电出版社 / 2017-9 / 99.00元
本书在知名培训机构Big Nerd Ranch 培训教材的基础上编写而成,囊括了JavaScript、HTML5、CSS3等现代前端开发人员急需的技术关键点,包括响应式UI、访问远程Web 服务、用Ember.js 构建应用,等等。此外,还会介绍如何使用前沿开发工具来调试和测试代码,并且充分利用Node.js 和各种开源的npm 模块的强大功能来进行开发。 全书分四部分,每部分独立完成一个项......一起来看看 《Web开发权威指南》 这本书的介绍吧!