"A problem occurred configuring root project 'video_player'"

"A problem occurred configuring root project 'video_player'"

我需要有关使用 Flutter 构建 Android APK 文件的帮助。我不断收到此错误:

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'video_player'.

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

BUILD FAILED in 0s

是的,我发现了问题。

它在视频播放器插件的 build.gradle 文件中。我把SDK的最低版本从compileSdkVersion 27改成compileSdkVersion 28,问题解决