Fixed
Status Update
Comments
vk...@google.com <vk...@google.com>
vk...@google.com <vk...@google.com> #2
We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
al...@google.com <al...@google.com> #3
Jetpack can't provide Lint rules unless the developer is already using Jetpack. This would need to live in Studio Lint.
sa...@google.com <sa...@google.com>
tn...@google.com <tn...@google.com> #4
I've implemented this in 4.2, via Change-Id: Ia57df4eecca9f3e43ac5cc6a41cf38ad7aa05d3e. Thanks for the suggestion!
Description
It would be really helpful to have a lint warning on useages of `AnimatorInflater.loadAnimator(context, id)` directing people to use `AnimatorInflaterCompat` instead so that they can avoid this crash on older API levels.