安卓集成开发环境 Android Studio 3.2 Beta 2 发布

  

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, so kotlin-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

猜你喜欢

转载自www.oschina.net/news/97531/android-studio-3-2-beta-2-released