I am in the process of updating an Android app from API 27 to API 29 and I noticed that I get a crash when trying to render a WebView on an emulator based on 5.0 and/or 5.1. Thi
I went through the same trouble and actually what solved it was changing the context in the constructor to context.getApplicationContext().
context.getApplicationContext()
After that it's building and rendering with no problems on Android 5.