WebView throws InflateException on android 5.0 [duplicate]
问题 This question already has answers here : android.view.InflateException Error inflating class android.webkit.WebView (11 answers) Closed last month . After upgrading to "androidx.appcompat:appcompat:1.0.2" and "com.google.android.material:material:1.1.0-beta01" the WebView crashes on devices with Android 5.0 and throws this exeption android.view.InflateException Caused by: android.view.InflateException: Binary XML file line #9: Error inflating class android.webkit.WebView How can I fix it? 回答1