Michał Diner
05/18/2022, 9:09 AMFatal Exception: android.content.res.Resources$NotFoundException: Resource ID #0x7f08024a
at android.content.res.ResourcesImpl.getValue(ResourcesImpl.java:215)
at android.content.res.Resources.getValue(Resources.java:1316)
at androidx.compose.ui.res.PainterResources_androidKt.painterResource(PainterResources_androidKt.java:61)
at x.x.x.presentation.x.ComposableSingletons$xKt$lambda-1$1.invoke(x.kt:66)
at x.x.x.presentation.x.ComposableSingletons$xKt$lambda-1$1.invoke(x.kt:40)
It’s a simple usage of Image with painterResource
.
Any ideas? 😬Adam Powell
05/18/2022, 1:50 PMdrawable-foo/my_resource
but not a drawable/my_resource
jasu
05/20/2022, 4:48 AM