Status Update
Comments
cu...@gmail.com <cu...@gmail.com> #2
To the reporter: this error is related to the class NotificationsViewModel
. I'm trying to figure out exactly how this could happen, but haven't quite gotten there yet. The error seems to imply that the class's constructor is marked with @AssistedInject
, but potentially also with @Inject
(even though that wouldn't build).
Would you mind sharing some details about how exactly this view model is using Dagger attributes?
(I have a potential fix I can make regardless, but it's always helpful to actually understand the root cause.)
sg...@google.com <sg...@google.com>
ap...@google.com <ap...@google.com> #3
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 Narwhal | 2025.1.1 Canary 3
- Android Gradle Plugin 8.11.0-alpha03
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!
cu...@gmail.com <cu...@gmail.com> #4
Is there any specified r8 version to use for verifying this bug?
ch...@google.com <ch...@google.com> #5
Thanks for sharing the reproduction offline. As you have maybe seen we have identified and reverted the culprit. This should be cherry-picked to the R8 8.7, 8.8, and 8.9 release branches later today.
If you are using R8 8.7, then you should update to R8 8.7.33.
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 Meerkat | 2024.3.1 RC 2
- Android Gradle Plugin 8.9.0-rc02
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!
cu...@gmail.com <cu...@gmail.com> #7
we test R8 8.7.33(R8Version: 8.7.33 (build 33ee25f5b92c38712b4dfc47955285bc4396db5e from go/r8bot (luci-r8-custom-ci-archive-0-bok9))), crash from this method fixed, but there are other similar java.lang.VerifyError [0x430] copy1 v2<-v264 type=Undefined cat=3 in that same class, but from different method.
Description
Hello,
The issue continues to happen for us with AGP 8.7.3, R8 8.7.18
and i have shared dump file tochristofferqa@google.com