WebView Crash on Android 5-5.1 (API 21-22) Resources$NotFoundException: String resource ID #0x2040002

I went through the same trouble and actually what solved it was changing the context in the constructor to context.getApplicationContext().

After that it’s building and rendering with no problems on Android 5.

Leave a Comment