[go: up one dir, main page]

Release updates archive

Android Studio 3.6.1 is now available in the Stable channel.

If you already have an Android Studio build on the Stable channel, you can get the update by clicking Help > Check for Update (Android Studio > Check for Updates on macOS). Otherwise, you can download here.

This minor release includes the following changes:

Git version control authentication issue resolved

In the initial release of Android Studio 3.6, operations requiring authentication in Git version control were broken in the IDE. This bug has been fixed in 3.6.1. See Issue #124680708 for more information.

Multi Preview feature removed

This feature wasn't quite ready for version 3.6 of Android Studio and had been inadvertently left in the final release. We've removed Multi Preview from Android Studio 3.6.1. However, if you would like to use Multi Preview, a more refined version of the feature is available in the 4.0 beta releases.


For information on new features and changes in all releases of Android Studio, see the Android Studio 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.

Emulator 30.0.2 is now available in the Canary and Dev channels. Changes relative to 30.0.0:
  • When using a host webcam on Linux (webcam0 and others), more webcam formats are supported.
  • When running with Android 11 system images, a new protocol is used for the camera that uses host coherent shared memory and async processing.
  • For the Linux emulator, if the user does not have permissions to use /dev/kvm, we now print more informative error messages.
  • Emulator can now be launched from an sshfs mount point.
  • Added support for host-side / hardware H.264 and VPx decode via combinations of ffmpeg, VideoToolbox on macOS, and CUDA if a NVIDIA GPU is used on the host. This requires a future Android 11 system image release.
  • Sensors are now supported through the gRPC channel.
  • Fixed issue in Hypervisor.framework backend where x86 AND/OR instructions were not properly emulated when in long mode.
  • For now, we do not start the gRPC server by default due to issues with higher CPU usage when WebRTC is also started with it.
HAXM 7.5.6 is now available in all channels. Changes:

AMD Hypervisor 1.4 is now available in all channels. Changes:
  • Fixed driver signing issues when running with Windows 7.


Android Studio 4.1 Canary 1 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.

Assertions in debug builds

Assertions in your Java code are now enabled when deploying the debug version of your app. See the release notes for more information.

Jetpack Compose

Jetpack Compose is now available in the 4.1 channel; it has been removed from the 4.0 channel. See the release notes for more information.

Git version control errors in the IDE

Operations requiring authentication in Git version control are broken in the IDE for Android Studio 4.1 Canary 1 and will be fixed in an upcoming release.

As a workaround, use Git from the command line.

General fixes

This update includes fixes for the following public issues:

Android Android Gradle Plugin Android Studio
  • Issue #71894463: Radial Gradient SVG from Sketch is not imported correctly by the Vector Asset Tool
App Model
  • Issue #147432884: Invert compression and adding salt to make the footprint of sdk dependency data smaller in APKs
Build Build Output
  • Issue #146593375: Processing the events in the build output windows delays the app install
Build Variants C++ Debugger
  • Issue #145707569: LLDB Startup Commands Can't work with `Attach Debugger to Android Process` when debug
C++ Editor C++ Import/Sync Code Editor
  • Issue #149041225: Freeze in AndroidProcessMonitorManager.getMonitor
  • Issue #146115250: Data Binding functionality stops working (Logs show crash in LayoutBindingShortNamesCache$3.compute)
  • Issue #147802433: Proguard unresolved symbols shown in gray instead of red
ConstraintLayout
  • Issue #140882056: ConstraintLayout's Flow class located in different package in androidx and android.support
Core IDE Data Binding
  • Issue #147609508: Data Binding not resolving the binding class for layouts in different sourceSet
  • Issue #146538006: IDE sometimes fails to resolve "include" layouts
Deployment
  • Issue #139859267: `Default Activity not found` error, "Multiple entries with same key" in ActivityAttributesSnapshot
Design Tools Gradle C++
  • Issue #134374003: Android Gradle Plugin: “Expected output file at … for target … but there was none” when CMakeLists defines object libraries
Import/Sync
  • Issue #145235353: Require sync after change comment in gradle file is pointless
IntelliJ Java 11 Blockers Layout Editor Layout Inspector
  • Issue #148890011: LayoutInspector violates WebView Strict Mode and spams popups
Lint NDK New Project Wizard Preference
  • Issue #137173772: SettingsActivity (androidx) EditTextPreference crashes on rotation from landscape to portrait
  • Issue #146166988: Bug: "Target fragment must implement TargetFragment interface" after rotating screen twice with EditTextPreferenceDialog open
Project Structure
  • Issue #126937269: [New PSD] buildType/productVlavor etc. names are not properly validated when creating a new item
  • Issue #147798442: [PSD] Extra entries are added for new variable
Project System
  • Issue #147246554: "Not a gradle Project" When a build file is defined in the settings.gradle.kts with rootProject.buildFileName
  • Issue #128673540: kotlin DSL gradle and AndroidX refactoring
Project View
  • Issue #111527585: Android project view refreshes over and over again
  • Issue #121345405: The Android Studio "Android Explorer" does not show test directories for combined flavors.
Resources
  • Issue #148173587: [Regression] Importing SVG is broken ("fillType was already specified")
SDK Console Templates
  • Issue #145977222: Remove implementation fileTree(dir: 'libs', include: ['*.jar']) from new project template.
View Binding
  • Issue #147927480: Class com.example.viewbinding.SimpleInTestModuleTest fails
  • Issue #147684086: Generated Binding classes appear to have a public no-args constructor

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

General fixes

This update also includes fixes for the following public issues:

Android Gradle Plugin
  • Issue #144513656: Lint's Gradle task hangs after update to AGP 3.6.0-beta04
  • Issue #146869072: Task failed on mergeExtDex
  • Issue #147768068: AGP 3.6 RC 1 produces non constants R fields when using the android name space.
  • Issue #148005697: [AGP 4.0.0-alpha08] DataBindingInfo is being defined in the same package across different modules
  • Issue #147289282: The option setting 'android.enableR8=true' is deprecated.null
Android Studio
  • Issue #71894463: Radial Gradient SVG from Sketch is not imported correctly by the Vector Asset Tool
Build Build Output
  • Issue #146593375: Processing the events in the build output windows delays the app install
C++ Import/Sync Code Editor
  • Issue #146115250: Data Binding functionality stops working (Logs show crash in LayoutBindingShortNamesCache$3.compute)
  • Issue #147802433: Proguard unresolved symbols shown in gray instead of red
ConstraintLayout
  • Issue #140882056: ConstraintLayout's Flow class located in different package in androidx and android.support
Data Binding
  • Issue #147609508: Data Binding not resolving the binding class for layouts in different sourceSet
  • Issue #146538006: IDE sometimes fails to resolve "include" layouts
Design Tools Dexer (D8) IntelliJ
  • Issue #145767113: Failed to start Git process User Authentication Token not found
Layout Editor Layout Inspector
  • Issue #148890011: LayoutInspector violates WebView Strict Mode and spams popups
Lint New Project Wizard Project System
  • Issue #147246554: "Not a gradle Project" When a build file is defined in the settings.gradle.kts with rootProject.buildFileName
  • Issue #128673540: kotlin DSL gradle and AndroidX refactoring
Project View Resources
  • Issue #148173587: [Regression] Importing SVG is broken ("fillType was already specified")
Shrinker (R8)
For information on new features and changes in all preview builds of Android Studio 4.0, 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 Studio 3.6 is now available in the Stable channel. You can download it here.

For an overview of what's new in this release, see the release notes.


Android Studio 3.6 Release Candidate 3 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.

General fixes

This update also includes fixes for the following public issues:
Dexer (D8)
  • Issue #147865212: D8 in debug mode fails for valid local information spanning only a 'nop'
Editing
  • Issue #146115250: Data Binding functionality stops working (Logs show crash in LayoutBindingShortNamesCache$3.compute)
Resources
  • Issue #148173587: [Regression] Importing SVG is broken ("fillType was already specified")
Run Debug
  • Issue #139859267: `Default Activity not found` error, "Multiple entries with same key" in ActivityAttributesSnapshot
Shrinker (R8)
  • Issue #148021799: Unreachable DexItemBasedConstString in AGP 3.5.3
  • Issue #148313389: Incorrect vertical class merging with full mode enabled leads to crash (AGP 3.6.0-rc1 and higher)

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.