Thursday, October 10, 2019

Android Studio 3.6 Beta 1 available


Android Studio 3.6 Beta 1 is now available in the Beta channel.

If you have Android Studio set up to receive updates on the Beta 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.

Resumable SDK downloads

When downloading SDK components and tools using the SDK Manager, Android Studio now allows you to resume downloads that were interrupted (for example, due to a network issue) instead of restarting the download from the beginning. This enhancement is especially helpful for large downloads, such as the Android Emulator or system images, when internet connectivity is unreliable. In addition, if you have an SDK download task running in the background, you can now pause or resume the download using the controls in the status bar.

General fixes

This update also includes fixes for the following public issues:

APK Viewer
Connection Assistant
Data Binding
Deployment
Gradle
  • Issue #141927977: Constraint reason strings can take too much memory on large projects
  • Issue #112513722: Including navigation graph from different module breaks generating AndroidManifest.xml intent filters for deep links
  • Issue #141670031: Remove use of BuildListener#buildStarted() and Gradle#buildStarted() as they are deprecated in Gradle 6.0
  • Issue #140786113: Corrupt proguard file generated by AGP 3.5.0
  • Issue #136294346: Migrate from ArtifactTransform to TransformAction API
  • Issue #138731075: RenderScript NDK mode not able to emit 64bit bitcode
  • Issue #112513722: Including navigation graph from different module breaks generating AndroidManifest.xml intent filters for deep links
Gradle Sync
Navigation
  • Issue #140856013: Unexpected element <nav-graph> found in presentation module (clean arch)
Project System
Resource Manager
  • Issue #131976524: Feature Request: Image Asset Wizard, Support Two Lines for Text Option
Shrinker (R8)
View Binding

For information on new features and changes in all preview builds of Android Studio 3.6, 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.