为啥我会收到错误消息:Android Gradle 插件仅支持 Kotlin Gradle 插件版本 1.3.10 及更高版本

Posted

技术标签:

【中文标题】为啥我会收到错误消息:Android Gradle 插件仅支持 Kotlin Gradle 插件版本 1.3.10 及更高版本【英文标题】:Why do I get the error: Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.10 and higher为什么我会收到错误消息:Android Gradle 插件仅支持 Kotlin Gradle 插件版本 1.3.10 及更高版本 【发布时间】:2021-01-25 12:49:20 【问题描述】:

我尝试启动我的应用程序,但出现错误...我整合了 google_maps_flutter: ^1.0.2geolocator: ^2.1.0。所以其中一个肯定是问题所在,但我不明白错误的含义。

错误:

FAILURE: Build failed with an exception.

* What went wrong:
The android Gradle plugin supports only Kotlin Gradle plugin version 1.3.10 and higher.
The following dependencies do not satisfy the required version:
root project 'android' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.71

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 6s
Exception: Gradle task assembleDebug failed with exit code 1

但在我的build.gradl 中,我有一行:ext.kotlin_version = '1.3.50',它高于 1.2.71

【问题讨论】:

你使用的是什么版本的 Gradle? 我找到了解决办法,谢谢 【参考方案1】:

您必须使用地理定位器版本geolocator: ^5.1.3

【讨论】:

以上是关于为啥我会收到错误消息:Android Gradle 插件仅支持 Kotlin Gradle 插件版本 1.3.10 及更高版本的主要内容,如果未能解决你的问题,请参考以下文章

为啥我会收到错误消息:“FileExistsError: [WinError 183] 当文件已存在时无法创建文件”?

为啥我会收到此错误? “气体估算错误,出现以下消息(见下文)。交易 > 执行可能会失败”

如何在 IIS 中正确托管连接到 SQLServer 的 WCF 数据服务?为啥我会收到错误消息?

不支持请求方法“GET”。为啥我会收到此错误?

为啥我会收到“无效的列名”?消息 207 级别 16 状态 1 第 14 行

为啥我会收到“'If' is a reserved keyword”错误?