Android Studio 4.2.2 is now available in the Stable channel.
This update includes fixes for the following public issues:
Android Studio - Arctic Fox Beta 4 (2020.3.1.19) 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.
The bug fixes included in this update can be found here. 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 - Bumblebee | 2021.1.1 Canary 2 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 clicking Help > Check for Update (or Android Studio > Check for Updates on macOS). Otherwise, you can download here
For information on new features and changes in all preview builds of Android Studio Arctic Fox, see the Android Studio Preview release notes. For details of bugs fixed in each preview release, see previous entries on this blog.
Android Gradle plugin 7.1.0 and higher allows you to configure which build variants to be published to an Apache Maven repository. Android Gradle plugin creates a component with a single or multiple build variants based on the new publishing DSL, which you can use to customize a publication to a Maven repository. Compared to previous versions, this also avoids unnecessary work, as no components will be created by default. To learn more, see publishing DSL.
This fixes included in this updated can be found here.
Android Studio - Arctic Fox Beta 3 (2020.3.1.18) is now available in the Beta channel.
Android Studio Bumblebee Canary 1 is now available in the Canary and Dev channels.
General fixes and features
Android Studio - Arctic Fox | 2020.3.1 Beta 1 is now available in the Beta channel.
AGP now includes information about the repository that your app’s dependencies/SDKs came from inside the App Bundle/APK. This includes the URL of the repository and its type (Maven, Ivy). Repositories with “file://…” URLs are not included in the report.
This information enables Google Play to identify popular libraries so those can be analyzed. The result of that analysis is used to make recommendations on libraries/versions to use and to avoid based on known issues.
You can opt out from including this information by setting the property “android.bundletool.includeRepositoriesInDependencyReport=false” in gradle.properties when building your App Bundle/APK.
Kotlin script support is still in preview
In Android Gradle Plugin 7.0 betas, the DSL is now registered with the new interfaces e.g. (https://developer.android.com/reference/tools/gradle-api/7.0/com/android/build/api/dsl/CommonExtension). For groovy script users this has no effect as the implementation type is used irrespective, but for kotlin script users the implementation details will no longer be visible, and scripts that depended on them will no longer compile. Some commonly used items have been added back as deprecated, but not all.
The developer preview of the newest Wear OS (API level 30) system image has the following known issues:
Switching watch faces via the Wear OS phone app is not available
On-watch Tile management is currently unavailable. In order to preview a Tile you have created in the emulator, you can either set the Tile in the Wear OS phone app or use the wear-tiles-renderer library to preview Tiles in an activity within your app (learn more).
Screen recording through the power menu is not working
Some UI elements are not localized
Some UI elements might not render correctly on non-round emulator configurations.
Android Studio 4.2.1 is now available in the Stable channel.