Status Update
Comments
ad...@google.com <ad...@google.com>
je...@google.com <je...@google.com>
cm...@google.com <cm...@google.com>
ch...@gmail.com <ch...@gmail.com> #3
Look like this was introduced by the fix for
an...@google.com <an...@google.com> #4
I can't add the property using gradle.beforeProject
like i've been able to do with other plugins (kapt) that have similar isolation issues. Perhaps because the JetGradlePlugin is added and executed earlier than my own code.
xo...@google.com <xo...@google.com> #6
Thanks for the patch - I'll cherry pick and adapt internally
ch...@gmail.com <ch...@gmail.com> #7
xo...@google.com <xo...@google.com> #8
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 Ladybug Feature Drop | 2024.2.2 Canary 9
- Android Gradle Plugin 8.8.0-alpha09
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!
ch...@gmail.com <ch...@gmail.com> #9
I'm using Ladybug Feature Drop RC02 and the issue is back, did the change get reverted?
xo...@google.com <xo...@google.com> #10
I reviewed the details shared and I was unable to reproduce it on my end using the steps on RC1
, RC2
but being able to reproduce it on Canary6
(since fix landed on Canary9
).
I also checked that fix is actually present on the AS Ladybug Feature
release branch, however, this isn’t public yet but you can see those for the beta instead more in particular 2024.2.2-beta01
tag:
Having said that will be great if you can provide more details, since there's no sign so far that those changes got reverted somehow.
As a side note there’s the possibility that even if the fix is present as shown the change might not be taken into consideration in the case that platform artifact embedded in studio isn’t updated properly including it. I would say this is unlikely to happen due to automatic processes.
an...@google.com <an...@google.com> #11
When I commented earlier, I made extra certain that I was indeed using RC02. However since then I've been unable to duplicate again. My suspicion is that somehow the JetGradlePlugin from Ladybug was being used by Ladybug Feature Drop as I have both installed.
xo...@google.com <xo...@google.com> #12
To update you on this:
I took a deeper look at the implementation of the change detector, and the banner displayer, and discovered a bit of a rats' nest. I've merged some fixes into our latest canary (as suggested by the above comment) and have also booked a meeting with owners to discuss ideas around redesigning / changing its implementation completely in order to make it more robust.
This bug might get more automated release notifications of the above kind as we make progress. Thanks once again.
an...@google.com <an...@google.com> #13
Further fixes for this issue are now available in:
- Android Studio Meerkat Feature Drop | 2024.3.2 Canary 3
- Android Gradle Plugin 8.10.0-alpha03
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Description
I also don't know if this is the expected behavior. Anyway, thanks in advance.
Steps to reproduce:
1: Make some changes to your build.gradle file from the editor and sync.
2: Open the Commit panel and view the changes in build.gradle.
3: Make some modification to the file from there, for example, changing the version number of the app.
Build: AI-233.14808.21.2331.11842104, 202405142049
AI-233.14808.21.2331.11842104, JRE 17.0.10+0--11572160x64 JetBrains s.r.o., OS Windows 10(amd64) v10.0 , screens 1366.0x768.0
AS: Jellyfish | 2023.3.1 Patch 1
Kotlin plugin: 233.14808.21.2331.11842104-AS
Android Gradle Plugin: 8.4.1
Gradle: 8.6
Gradle JDK: Oracle OpenJDK version 17.0.4
NDK: from local.properties: (not specified), latest from SDK: (not found)
CMake: from local.properties: (not specified), latest from SDK: 3.10.2, from PATH: (not found)
```