Thursday, October 1, 2020

Android Studio 4.2 Canary 13 available


Android Studio 4.2 Canary 13 is now available in the Canary and Dev channels.

If you have Android Studio set to receive updates on the Canary or Dev channel, you can get the update by choosing Help > Check for Updates (Android Studio > Check for Updates on macOS). Otherwise, you can download it here.
For information on new features and changes in all preview builds of Android Studio 4.2, see the Android Studio Preview release notes. For details of bugs fixed in each preview release, see previous entries on this blog.

We greatly appreciate your bug reports, which help us to make Android Studio better. If you encounter a problem, let us know by reporting a bug. Note that you can also vote for an existing issue to indicate that you are also affected by it.

Android Gradle plugin support for Jetpack Compose

Starting with Android Gradle Plugin 4.2 Canary 13, only Jetpack Compose Compiler 1.0.0-alpha-04 and higher will be supported.

General Fixes

This update includes fixes for the following issues:

Android Gradle Plugin Build Variants Code Editor
  • Issue #168784098: getValue operator extension is not automatically imported for mutableStateOf/state
Import/Sync Lint
  • Issue #168794947: Lint's Parcelize check has false positives when using the new @Parcelize annotation
Upgrade Assistant

Additionally the issues below were addressed in this release but may not be necessarily fixed:

Dexer (D8)
  • Issue #169183194: D8 mergeProjectDexDebug fails on AS / AGP 4.2.0-alpha12 due to SafeArgs generated classes
Jetpack Compose Run Upgrade Assistant
  • Issue #156100314: Consider handling Crashlytics versions in the upgrade assistant