Fixed
Status Update
Comments
cc...@google.com <cc...@google.com> #2
Can you share android studio version
vs...@google.com <vs...@google.com>
ce...@gmail.com <ce...@gmail.com> #3
Android Studio 2.3.3
It's been happening for the last couple of years, probably longer.
It's been happening for the last couple of years, probably longer.
ce...@gmail.com <ce...@gmail.com> #4
Sorry about the delay; working my way back through the public issue tracker for overlooked bugs now. This is finally fixed in Studio 4.2 by Change-Id: I77ec52cec24e3411106a10654c4ff4fab6929e5a. Thanks for the report!
jv...@google.com <jv...@google.com>
tn...@google.com <tn...@google.com> #5
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 | 2024.2.1 Canary 9
- Android Gradle Plugin 8.7.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!
Description
Toast.makeText(activity, "test", Toast.LENGTH_SHORT);
It would be useful to check for .start() calls on Animators, like:
view.animate().translationX(100);