我对 Flutter 和 Dart 非常陌生,在尝试编译我的项目时出现以下错误:
FAILURE: Build failed with an exception.
* Where:
* What went wrong:
A problem occurred evaluating project ':app'.
> Could not get unknown property 'ndkVersion' for extension 'flutter' of type FlutterExtension.
* 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 2s
Run Code Online (Sandbox Code Playgroud)
我能做什么来解决这个问题?
我正在使用 Visual Studo Code,刚刚从 …