Status Update
Comments
jg...@google.com <jg...@google.com>
je...@google.com <je...@google.com>
au...@google.com <au...@google.com> #3
Look like this was introduced by the fix for
je...@google.com <je...@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.
au...@google.com <au...@google.com> #6
Thanks for the patch - I'll cherry pick and adapt internally
au...@google.com <au...@google.com> #7
au...@google.com <au...@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!
je...@google.com <je...@google.com> #9
I'm using Ladybug Feature Drop RC02 and the issue is back, did the change get reverted?
ak...@google.com <ak...@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.
je...@google.com <je...@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.
am...@google.com <am...@google.com> #12
TestExtension now exposes
an...@google.com <an...@google.com> #13
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 2
- Android Gradle Plugin 8.8.0-alpha02
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
AGP should expose a BuiltArtifactLoader for target project apk in com.android.test projects.
If we have a project that uses
plugins { id("com.android.test") }
and specifiesit would be great to have an api similar to