Thursday, February 21, 2019

Android Studio 3.5 Canary 5 available


Android Studio 3.5 Canary 5 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.

This update includes fixes for the following public issues:
  • Issue #122554774: Error before lint: Resolving this BuildableArtifact can only done during task execution.
  • Issue #124227171: Android manifest contains incorrect values for platformBuildVersionCode and platformBuildVersionName
  • Issue #123558506: R8 won't compress APK's kotlin folder
  • Issue #120779854: Android Studio Freezes processing logcat
  • Issue #123409929: Cannot find symbol java.util.List
  • Issue #110463869: Preview tab
  • Issue #123776985: Navigation editor generates wrong reference for arguments that are public static inner classes
  • Issue #120609432: Support Serializable (incl enums) and arrays for arguments
  • Issue #122846702: R class navigation doesn't work with AS 3.3 and AGP 3.2
  • Issue #123985288: Some lint quickfixes that are not registered with autoFix=true are applied by the lintFix gradle task
  • Issue #124329575: [New PSD] Module type is not detected if android plugin is not the first one
  • Issue #124074412: Create API to return the result of "adb devices" from the command line
  • Issue #124070991: Make WindowsParser error handling more robust
  • Issue #123886074: Update the Connection Assistant to decorate devices based on whether ADB and ddmslib sees them
  • Issue #112324902: sdk manager patch merge conflict dialog contrast too low
  • Issue #123677458: Creating a new project should explicitly set project name in settings.gradle via rootProject.name = "..."
  • Issue #123311600: Manifest merger failed when deep linking in navigation graph
For information on new features and changes in all preview builds of Android Studio 3.5, 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.