Version | Change log |
Android Studio 2024.2.1.12 Dec 16, 2024 |
Fixed Issues: Android Gradle Plugin: Maybe let AGP's built-in Kotlin support auto-add kotlin stdlib dependency Jetpack Compose: "produceState calls should assign value inside the producer lambda: lint check does not grok "if" expression assignment Lint Runtime exception below API 26 with unsupported Java nio API (with no lint error) Lint prevents usage of RequiresApi even on private helper method in test K2 Mode throws RestrictedApi warning when using .hasRoute(Route::class) in Android Studio Running Devices: Copy & paste not working in Android Studio (Linux) |
Android Studio 2024.2.2.12 Dec 16, 2024 |
Fixed Issues: Android Gradle Plugin: Maybe let AGP's built-in Kotlin support auto-add kotlin stdlib dependency Jetpack Compose: "produceState calls should assign value inside the producer lambda: lint check does not grok "if" expression assignment Lint Runtime exception below API 26 with unsupported Java nio API (with no lint error) Lint prevents usage of RequiresApi even on private helper method in test K2 Mode throws RestrictedApi warning when using .hasRoute(Route::class) in Android Studio Running Devices: Copy & paste not working in Android Studio (Linux) |
Android Studio 2024.2.1.12 Dec 2, 2024 |
Many missing analysis API method warnings when running lint False positive lint check android.permission.SCHEDULE_EXACT_ALARM is only granted to system apps |
Android Studio 2024.2.1.11 Nov 1, 2024 |
Apks generated from Bundles does not consider privacy sandbox support "Lambda can be replaced with method reference" suggested when it is unhelpful to do so due to version restrictions ProduceStateDoesNotAssignValue false positive Remove usages of deprecated EP: com.intellij.dom.fileDescription AI Rename suggestion includes current/original name Settings pseudoLocalesEnabled should automatically update resourceConfigurations AbstractAnnotationDetector checks wrong overloaded functions/constructors Lint ImportAliasTestMode doesn't create import aliases for top level functions WrongConstant lint appearing twice New ObsoleteSdkInt lint warnings with AGP 8.8 |
Android Studio 2024.2.1.10 Oct 17, 2024 |
Fixed Issues: Issue #373243841 "Lambda can be replaced with method reference" suggested when it is unhelpful to do so due to version restrictions |
Android Studio 2024.2.1.9 Oct 2, 2024 |
Fixed Issues: "False positive" WrongConstant when using PackageManager.ResolveInfoFlags.of with Kotlin |
Android Studio 2024.2.1 Oct 1, 2024 |
Fixed Issues: "False positive" WrongConstant when using PackageManager.ResolveInfoFlags.of with Kotlin |
Android Studio 2024.1.2.13 Sep 19, 2024 |
Fixed Issues: Dexer (D8): Dexing task/transform generates non-deterministic classes.dex contents Gradle: R8 regression from 8.4.2 to 8.5.0 IntelliJ: Cannot close Koala when updating indices (which takes forever) Shrinker (R8): R8 8.5.x StackOverflowError in SimpleInliningConstraintAnalysis Task :xxxx:minifyXXXReleaseWithR8 ERROR: R8: java.util.ConcurrentModificationException java.lang.NullPointerException: Cannot invoke "com.android.tools.r8.ir.analysis.type.TypeElement.asClassType()" |
Android Studio 2024.1.2.12 Aug 29, 2024 |
AGP 8.5: Many more "mergeDebugResources" tasks are run, slowing down builds Adding srcs dir via Variant API not working as expected java.lang.VerifyError: Verifier rejected class com.pax.log.LogUtils: java.lang.StackTraceElement com.pax.log.LogUtils.getCaller(com.pax.log.b, java.lang.StackTraceElement[], int) failed to verify Incorrect IDE error for internal access from testFixtures with Kotlin Android Studio Koala Feature Drop 2024.1.2 Beta 1 locks up on startup Lint: SetTextI18n complains about assigning an empty string. AS Compose Preview doesn't work with generated assets R8 (AGP 8.5.0+) fails with error "Unexpected rewriting of item: ... to two distinct items:..." The dex file generated by R8 shows "Unable to find static main(String[]) in 'Test'" when executed Different Behavior Between Programs packed by R8 and D8 R8 NullPointer after updating to Kotlin 2.0 |
Android Studio 2024.1.2 Aug 29, 2024 |
AGP 8.5: Many more "mergeDebugResources" tasks are run, slowing down builds Adding srcs dir via Variant API not working as expected java.lang.VerifyError: Verifier rejected class com.pax.log.LogUtils: java.lang.StackTraceElement com.pax.log.LogUtils.getCaller(com.pax.log.b, java.lang.StackTraceElement[], int) failed to verify Incorrect IDE error for internal access from testFixtures with Kotlin Android Studio Koala Feature Drop 2024.1.2 Beta 1 locks up on startup Lint: SetTextI18n complains about assigning an empty string. AS Compose Preview doesn't work with generated assets R8 (AGP 8.5.0+) fails with error "Unexpected rewriting of item: ... to two distinct items:..." The dex file generated by R8 shows "Unable to find static main(String[]) in 'Test'" when executed Different Behavior Between Programs packed by R8 and D8 R8 NullPointer after updating to Kotlin 2.0 |