i am trying to render a composable Preview within ...
# compose
a
i am trying to render a composable Preview within AS . I noticed that a render problem occurs because (** are to hide names):
Copy code
File /Users/**/.gradle/caches/transforms-3/2572c187839b7a83427c4c26c6426e28/transformed/jetified-**-5.4.0/res/font-v26/**.xml does not exist (or is not a file)
This is a depdendency resource file, using the cache. but it actually does exist. is this some file access limitation in AS for Mac?
k
you’ve tried deleting the cache? Sometimes it gets corrupted…
a
ill try deleting it to see if AS will look somewhere else