Status Update
Comments
em...@google.com <em...@google.com>
je...@google.com <je...@google.com>
ja...@gmail.com <ja...@gmail.com> #2
al...@google.com <al...@google.com> #3
According to screenshot - it looks like in your libs.versions.toml you have dependency declaration similar to
[libraries]
androidx_lifecycle_viewmodel_ktx = { .... version.ref = "lifecycle_version" }
that refers to version with alias lifecycle_version
in the same toml file.
Error is saying that it cannot find this version. It should look like
[versions]
lifecycle_version = "..."
al...@google.com <al...@google.com> #4
let me add this to ErrorParsing rule so studio will navigate to toml file and proper line in case such error happens.
al...@google.com <al...@google.com> #5
Error parsing support will be available in Koala.2/AGP-8.6 Canary 6
an...@google.com <an...@google.com> #6
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Koala Feature Drop | 2024.1.2 Canary 6
- Android Gradle Plugin 8.6.0-alpha06
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
Description
2. Attach log files from Android Studio
3. If you know what they are, write the steps to reproduce:
I just created a new project and added some dependencies. although this is the second time this happens.
In addition to logs, please attach a screenshot or recording that illustrates the problem.
For more information on how to get your bug routed quickly, see
Build: AI-232.10300.40.2321.11567975, 202403122331
AI-232.10300.40.2321.11567975, JRE 17.0.9+0--11185874x64 JetBrains s.r.o., OS Windows 10(amd64) v10.0 , screens 2400.0x1350.0
AS: Iguana | 2023.2.1 Patch 1
Kotlin plugin: 232-1.9.0-release-358-AS10300.40.2321.11567975
Android Gradle Plugin: 8.3.1
Gradle: 8.4
Gradle JDK: JetBrains Runtime version 17.0.9
NDK: from local.properties: (not specified), latest from SDK: (not found)
CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)
Source: send_feedback_icon```