rk3288开发板,webview崩溃问题处理

时间:2020-01-06 20:43:28   收藏:0   阅读:126

网上找了很多资料,不管用,贴上解决办法

build.gradle里面

dependencies {
    implementation fileTree(dir: libs, include: [*.jar])

    //换掉appcompat,否则webview会崩溃
    implementation com.android.support:appcompat-v7:28.0.0
    //implementation ‘androidx.appcompat:appcompat:1.1.0‘
}

 

原文:https://www.cnblogs.com/ziyouchutuwenwu/p/12157796.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!