It does seem to be a tooling issue so perhaps it s...
# coroutines
a
It does seem to be a tooling issue so perhaps it should be reported to the Android team
m
Can you somehow reproduce it ?
a
It’s very sporadic. When I get it happens until I shuffle things around in the build scripts
m
But is it bound to an apk? Like once you have it, it happens forever on that same apk ?
a
Yeah, exactly
It does seem like the service loader file isn’t packaged in the APK for those builds
m
That's weird. It's going to be hard to investigate if there's no way to reproduce it. Maybe if you come up with a few command lines that can reproduce the problem ?
a
Yeah, I wish I could reproduce it
m
Actually, does it happen if you build from the command line ? That might be an idea/Android Studio thing as well
a
Yes, it happens for our release builds too which are built from the command line
It does seem to be fixed if I switch my
implementation
to
api
I just did a super clean, removing cache. Let’s see if it happens still
It does only happen for me
Fingers crossed that this solved the issue
🤞 1
I fixed it by clearing the build cache
👍 1