[go: nahoru, domu]

Release Updates

Android Studio Koala Feature Drop | 2024.1.2 Canary 8 is now available in the Canary channel.

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

For information on new features and changes in Android Studio Koala Feature Drop, see the Android Studio Preview release notes. For details of bugs fixed in each previous release of Android Studio Koala Feature Drop, see closed issues.

General fixes and features

Below is a list of general fixes in Android Studio Koala Feature Drop | 2024.1.2 Canary 8 and Android Gradle Plugin 8.6.0-alpha08. These are a result of your bug reports, which help us to make Android Studio better. If you encounter a problem, let us know by reporting a bug. You can also vote for an existing issue to indicate that it also affects you.

Fixed Issues
Code Editor
ColumnReferencesTest.testResolvePrimaryIdColumnByDifferentNames() not testing anything
NullabilityUtilsTest.testCanAnnotateTypesWithNullabilityAnnotations() not testing anything
Turn off Code Author Inlay Hints by default
Resources
Errors when adding an empty <public /> tag
Running Devices
Support turning display power off on Android 14

Android Studio Koala Feature Drop | 2024.1.2 Canary 7 is now available in the Canary channel.

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

For information on new features and changes in Android Studio Koala Feature Drop, see the Android Studio Preview release notes. For details of bugs fixed in each previous release of Android Studio Koala Feature Drop, see closed issues.

General fixes and features

Below is a list of general fixes in Android Studio Koala Feature Drop | 2024.1.2 Canary 7 and Android Gradle Plugin 8.6.0-alpha07. These are a result of your bug reports, which help us to make Android Studio better. If you encounter a problem, let us know by reporting a bug. You can also vote for an existing issue to indicate that it also affects you.

Fixed Issues
App Quality Insights
Firebase Crashlitycs don't work
Dagger/Hilt Support
Dagger Gutter Icons are not shown for multi module projects after Hedgehog update
Hilt in editor navigation doesn't work between libraries (only modules)
Dependency Management
CredentialDependency warning in lint 8.5.0-alpha08 called out despite credentials-play-services-auth being present
IntelliJ
Koala Canary 3 (2024.1) broke syncing settings across IDEs
Layout and Resource Editing
Selecting from the autocomplete dropdown in Layout Editor fields does not work the first time. Have to do it twice to populate the field.
Lint
Credential Manager Lint warning incorrect on Wear
Logcat
Logcat tag name disappears when searching/filtering
Third Party Plugins
Grazie plugin leading to infinite code analysis

Android Studio Koala Feature Drop | 2024.1.2 Canary 6 is now available in the Canary channel.

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

For information on new features and changes in Android Studio Koala Feature Drop, see the Android Studio Preview release notes. For details of bugs fixed in each previous release of Android Studio Koala Feature Drop, see closed issues.

General fixes and features

Below is a list of general fixes in Android Studio Koala Feature Drop | 2024.1.2 Canary 6 and Android Gradle Plugin 8.6.0-alpha06. These are a result of your bug reports, which help us to make Android Studio better. If you encounter a problem, let us know by reporting a bug. You can also vote for an existing issue to indicate that it also affects you.

Fixed Issues
Android Gradle Plugin
[Koala 2024.1.2 Canary 2] Error running a baseline profile module on a split APK
Clean up / remove ProjectInfo
Update outdated kdoc for `isIncludeAndroidResources` in AGP DSL
Compose Preview
"error loading build artifacts from" when trying to deploy a preview on Koala Canary 4
Compose Preview Screenshot Testing
Wear specific clipping missing for Compose Preview Screenshot Testing
Dependency Management
Bug: IDE doesn't always offer to replace "compile" with "api" or "implementation"
Gradle
Android studio (Iguana) showing project errors when there are not
Import/Sync
Linkify `*.versions.toml` file errors in gradle output
Layout and Resource Editing
Selecting from the autocomplete dropdown in Layout Editor fields does not work the first time. Have to do it twice to populate the field.
Lint
UnknownNullness lint error when using type-use annotations
[library desugar] lint shows false positive warning NewApi warnings with desugaring enabled
Lint Integration
Lint tasks fails with included build
Logcat
Case sensitive search in Logcat is not indicated
Resources
"Remove Unused Resources" does not work when selecting module in the project view

Android Studio Koala | 2024.1.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 Updates (or Android Studio > Check for Updates on macOS). Otherwise, you can download it here.

For information on new features and changes in Android Studio Koala, see the Android Studio release notes. For details of bugs fixed in each previous release of Android Studio Koala, see closed issues.

Android Studio Koala | 2024.1.1 RC 2 is now available in the Beta channel.

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

For information on new features and changes in Android Studio Koala, see the Android Studio Preview release notes. For details of bugs fixed in each previous release of Android Studio Koala, see closed issues.

Android Studio Jellyfish | 2023.3.1 Patch 2 is now available in the Stable channel.

Important security update: A security vulnerability in the GitHub plugin available in Android Studio Iguana | 2023.2.1 and higher could expose access tokens to unauthorized parties.

The fix: Jetbrains resolved the issue in IntelliJ platform products, and the fix is now available in Android Studio Jellyfish | 2023.3.1 Patch 2 (2023.3.1.20).

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

Furthermore, if you've actively used GitHub pull request functionality in the IDE, we strongly advise that you revoke any GitHub tokens being used by the plugin. Given that the plugin can use OAuth integration or personal access tokens (PATs), please check both and revoke as necessary:

  • To revoke access for OAuth integration, go to Applications > Authorized OAuth Apps and revoke access for the JetBrains IDE Integration token.
  • To revoke access for PATs, go to Personal access tokens and delete the token issued for the GitHub plugin. The default token name is IntelliJ IDEA GitHub integration plugin, but you might be using a custom name.

After revoking access for the token(s), you need to set up the plugin again get all the plugin features, including Git operations, to work again.

We apologize for any inconvenience and urge all users to update immediately to safeguard their code and data.

For information on new features and changes in Android Studio Jellyfish, see the Android Studio release notes. For details of bugs fixed in each previous release of Android Studio Jellyfish, see closed issues.

General fixes and features

Below is a list of general fixes in Android Studio Jellyfish | 2023.3.1 Patch 2 and Android Gradle Plugin 8.4.2. These are a result of your bug reports, which help us to make Android Studio better. If you encounter a problem, let us know by reporting a bug. You can also vote for an existing issue to indicate that it also affects you.

Fixed Issues
Android Gradle Plugin
AGP 8.4 seems to break GMD downloads on CI

Android Studio Koala Feature Drop | 2024.1.2 Canary 5 is now available in the Canary channel.

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

For information on new features and changes in Android Studio Koala Feature Drop, see the Android Studio Preview release notes. For details of bugs fixed in each previous release of Android Studio Koala Feature Drop, see closed issues.