Status Update
Comments
al...@google.com <al...@google.com> #2
Thank you for your feedback! We've revised the error message in
bu...@google.com <bu...@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 Meerkat | 2024.3.1 Canary 6
- Android Gradle Plugin 8.9.0-alpha06
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!
Ar...@qq.com <Ar...@qq.com> #4
Ok🙂
al...@google.com <al...@google.com> #5
Good suggestion! I think it would also be reasonable to provide a cache-clearing mechanism for a specific Theme
, since this applies to more than just CSL
s. We can do that as a stop-gap until we have APIs for comparing Theme
contents.
al...@google.com <al...@google.com>
al...@google.com <al...@google.com> #6
aosp/1927081 up for review.
ap...@google.com <ap...@google.com> #7
Branch: androidx-main
commit 4f66c0ca1f324426a862a707597573d6bd8c0f01
Author: Alan Viverette <alanv@google.com>
Date: Thu Dec 16 15:28:48 2021
Add workaround method for addressing cache invalidation on SDK < 33
This method is not very discoverable, but it's also pretty niche. Those
who need it will probably find it via StackOverflow or Buganizer.
Relnote: """Added method for working around ColorStateList issues
resulting from Theme-keyed caching and Theme.applyStyle"""
Test: ResourcesCompatTest
Fixes: 207739887
Change-Id: I9188bbf6b182111b3d6d302b81b9a000058687bd
M core/core/api/restricted_current.txt
M core/core/src/main/java/androidx/core/content/res/ResourcesCompat.java
M core/core/api/public_plus_experimental_current.txt
M core/core/src/androidTest/java/androidx/core/content/res/ResourcesCompatTest.java
M core/core/api/current.txt
Description