-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Resources$NotFoundException: String resource via ChangeLog.getDialog #57
Comments
I believe this is an incompatibility of certain WebView versions and certain AppCompat versions. |
Can you try your app on that Android Version? |
See https://issuetracker.google.com/issues/141351441 Doesn't crash in K-9 Mail because we're using AppCompat 1.2.0-beta01. It does crash when I switch to AppCompat 1.1.0. Side note: Testing this revealed that there's a vector drawable in K-9 Mail's About screen layout that will crash on Android 5 🙈 |
Oh, great. So you see any chance to fix this without updating to the beta version? A try/catch could suppress the crash at least. |
I don't want to change the library to deal with that bug. But it looks like your own code is in the stack trace. So you can add the try/catch yourself. |
Yes. I meant the app code. Is there any better solution? |
AppCompat 1.0.x probably also works. |
Side note: I checked on Android 5.1. No crash there. |
+ Show toast message and skip opening version information. + See: cketti/ckChangeLog#57.
… the changelog. + Show toast message and skip opening version information. + See: cketti/ckChangeLog#57.
I noticed a few occurrences of the following error being reported in the Google Developer Console of my app. I am using version 1.2.2 of the library.
I am able to reproduce the crash with an Android emulator API level 21, 5.0.2, Google APIs Intel x86 Atom_64 System Image, Revision 31.
The text was updated successfully, but these errors were encountered: