Error inflating class android.webkit.WebView on android 5

后端 未结 4 1052
滥情空心
滥情空心 2021-02-07 18:41

I got the following error testing on Android 5.0 (API 21). Tested on other OS versions works well.

java.lang.RuntimeException: Unable to start activity

4条回答
  •  我在风中等你
    2021-02-07 18:48

    24 April 2020, I solved it with this:

    implementation 'androidx.appcompat:appcompat:1.2.0-beta01'
    

    Previous and not working version is below:

    implementation 'androidx.appcompat:appcompat:1.1.0'
    

    @canerkaseler

提交回复
热议问题