美文网首页
Flutter fluwx 微信支付与amap_base 所需g

Flutter fluwx 微信支付与amap_base 所需g

作者: 技术混子 | 来源:发表于2020-12-11 11:27 被阅读0次
 * What went wrong:                                                      
 Execution failed for task ':app:preDebugBuild'.                         
 > Android dependency 'androidx.appcompat:appcompat' has different version for the compile (1.1.0) and runtime (1.2.0) classpath. You should manually set the same version via DependencyResolution

这是告诉你当前支持的是1.1.0,而项目中运行的是1.2.0
解决手顺:

image.png

在解决 fluwx:2.4.2 与amap_base:0.3.5(高德地图)俩个插件所需gradle支持版本冲突

 fluwx 最低所需 ext.kotlin_version = '1.4.10',所以 gradle版本.得是最低支持5.3

-->1


image.png

-->2


image.png

之后更改amap_base 源码中的 支持版本

image.png

至此问题解决!!!

相关文章

网友评论

      本文标题:Flutter fluwx 微信支付与amap_base 所需g

      本文链接:https://www.haomeiwen.com/subject/wmqjgktx.html