Garrison Henkle
02/01/2024, 4:48 PMGarrison Henkle
02/01/2024, 4:48 PMCaused by: org.jetbrains.compose.resources.MissingResourceException: Missing resource with path: values/strings.xml
Garrison Henkle
02/01/2024, 4:49 PMcomposeResources
source set and most phones are working. It’s just a few that crash immediately on app launch.Garrison Henkle
02/01/2024, 9:28 PMsharedUserId
set in the Android manifest! I’ll be honest and say I don’t 100% know what sharedUserId
does under the hood other than allow multiple apps to share processes and resources, but it makes sense that changing could affect resource access. We initially needed one because we were replacing an existing app that used one, but luckily that’s no longer the plan and I could remove it. Might be something Jetbrains looks into? I’ll see if I can make a minimal reproduction repo and make an issue.Garrison Henkle
05/14/2024, 9:10 PM