My experience with compose has become really frust...
# compose
a
My experience with compose has become really frustrating at this point. I have to create a configuration for each Preview composable I want to run due to
PreviewActivity 404
issue. And after that, each run requires me to first clean and rebuild the project and then run it. Seriously any help would be greatly appreciated.
w
hmm… are you on the latest version of Android Studio? I’m working in a quite large project and have not had any of these problems. Could you post a simplified version of your code? How are you using the R file?
a
Yes, I am on the latest stable release
Android Studio Arctic Fox Patch 1
It would not be feasible to simplify it, its around 1000 lines. I am using R file to fetch the strings.
R.string.somestring
e
as it's a file-in-use error, there's a good chance it's a Windows-only bug