-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ResourcesNotFoundException: Resource ID #0x7f070016 type #0x3 is not valid #222
Comments
Can you provide more info, such as a sample project, repro steps, device and OS info? |
@DSteve595 This bug randomly happens |
@ForceGT It's hard to investigate this issue without more info. The most helpful thing would be for you to share a small project that reproduces this bug. If that's not possible, please share more info about the dependencies you're using (including their versions), and what your code is doing. |
I've been experiencing this error too. I found a stackoverflow post about it. The suggestion to clear the cache or uninstall the app works for me, but the error can come back. Unfortunately I can't provide a simple example. I looked up 0x7f070016 in resources.arsc in the apk and it says it's drawable/abc_ic_arrow_drop_right_black_24dp. I don't reference that anywhere in my own code. It looks like the common factor is using Google Maps. The bug may be in the underlying library though, not Compose. I'm using Electric Eel and here are my dependencies (it's a KMM project):
|
Related stacktrace:
The text was updated successfully, but these errors were encountered: