Android Studio 3.2 Canary 17 is now available in the Canary and Dev channels.
If you already have an Android Studio build on the Canary or Dev channel, you can get the update by choosing Help > Check for Updates (Android Studio > Check for Updates on Mac). Otherwise, you can download it here.
Changes in this update include the following:
- Among the bugs fixed in this update is a source of memory leaks that occur when you use the Layout Editor. For details of this fix and how it relates to other updates for Android Studio, see this post by Android Studio product manager James Lau.
- Applications built with Navigation Architecture Component (
android.arch.navigation) libraries crashed because the libraries were not being processed during AndroidX refactoring. This has been fixed. - Kotlin methods that return
Unitin databinding layouts are now handled correctly. - Data Binding v2 compilation failed in cases of one module having a very large number of layouts. This has been fixed.
- Test coverage data was incomplete when using Android Test Orchestrator. This is fixed.
For information on new features and changes in previous Canary builds, see the Android Studio Preview release notes.
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.