flutter添加webview功能之后报错 webview_flutter包 Dependency ‘androidx.webkit:webkit:1.8.0’ requires libraries and applications Dependency ‘androidx.browser:browser:1.6.0’ requires libraries and applications
在项目开发中需要添加webview,加载内置的html文件,代码写完后ios运行没有问题,运行安卓时报错,错误提示如下: FAILURE: Build failed with an exception. * What went wrong: Execution fai...