Fixed
Status Update
Comments
sa...@gmail.com <sa...@gmail.com> #2
Here's a sample app that shows this issue:
https://github.com/SimpleNexus/simplecallerid/
When you import it and update gradle version as the IDE suggests, it fails to build.
When you import it and update gradle version as the IDE suggests, it fails to build.
ki...@google.com <ki...@google.com>
ki...@google.com <ki...@google.com> #3
Hi there, thank you for reporting this issue.
This was a problem with the constraint layout library, which used attributes under declare styleables without defining them. This has been fixed in constraint layout version 2.0.0 beta 3. You can read more about the issue inhttps://issuetracker.google.com/136103084
This was a problem with the constraint layout library, which used attributes under declare styleables without defining them. This has been fixed in constraint layout version 2.0.0 beta 3. You can read more about the issue in
ap...@google.com <ap...@google.com> #4
@3 Hello, I can't use beta 3 and beta 2, because of serious issues that I've reported about.
Here's about beta 3:
https://issuetracker.google.com/issues/143411144
Here's about beta 3:
Description
Artifact used: androidx.appcompat:appcompat Version used: 1.3.0-alpha02
The
DrawableLoadingDetector
lint check advises usingContextCompat
for loading drawables when working with aContext
. Ifcontext
is available, then it should point toAppCompatResources
instead, given the lint check is in theappcompat
module.AppCompatResources#getDrawable
method supports inflation ofvector
,animated-vector
andanimated-selector
resources on devices where platform support is not available, whichContextCompat
does not support, makingAppCompatResources
a better option for apps that useappcompat