Assigned
Status Update
Comments
jo...@google.com <jo...@google.com>
ap...@gmail.com <ap...@gmail.com> #2
I tried adding screenshotTestImplementation(libs.androidx.window)
but it didn't fix it.
hu...@google.com <hu...@google.com>
da...@seatgeek.com <da...@seatgeek.com> #3
This is likely a duplicate of libs.androidx.window
dependency to implementation
to see if it works?
Description
STEPS TO REPRODUCE:
1. Create a Composable and a preview for it
2. Reference a nonexistent string resource in it, for example in the text parameter for a Text composable
3. Hover over the nonexistent string resource and left click it or use the keybinding to open the context action "Create string value resource '[reference to resource]"
4. Create the string resource using the action
5. Check that the string resource was correctly created
6. Refresh the preview
7. Watch it fail with the render problem 'java.lang.NoSuchFieldError: [reference to resource]'
Studio Build: #AI-241.18034.62.2412.12022747
Version of Gradle Plugin: 8.5.0
Version of Gradle: 8.8
Version of Java: 17.0.11
OS: macOS