小编Isr*_*dev的帖子

在 Flutter 项目中更新 Gradle

我在Flutter 中有这个项目,但由于 Gradle 版本,我已经有几个星期无法构建 apk。我已经尝试了所有方法,但 Flutter 总是返回以下错误:

我已经安装了我发现的每个更新,尽管它显示 Gradle 版本是 4.10.2。

  • 颤振构建 apk
...
FAILURE: Build failed with an exception.

* Where:
Build file 'C:\Users\israel.gomes\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\audioplayers-0.17.4\android\build.gradle' line: 25

* What went wrong:
A problem occurred evaluating root project 'audioplayers'.
> Failed to apply plugin [id 'kotlin-android']
   > The current Gradle version 4.10.2 is not compatible with the Kotlin Gradle plugin. Please use Gradle 5.3 or newer, or the previous version of the Kotlin plugin.

* Try:
Run with --stacktrace …
Run Code Online (Sandbox Code Playgroud)

gradle gradle-plugin flutter flutter-dependencies

12
推荐指数
6
解决办法
9897
查看次数