* 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
解决手顺:
在解决 fluwx:2.4.2 与amap_base:0.3.5(高德地图)俩个插件所需gradle支持版本冲突
fluwx 最低所需 ext.kotlin_version = '1.4.10',所以 gradle版本.得是最低支持5.3
-->1
-->2
之后更改amap_base 源码中的 支持版本
至此问题解决!!!