ould not get unknown property 'ndkVersion' for extension 'flutter' of type FlutterExtension

Viewed 6881

goodmorning everyone

i am really new to flutter and dart and while trying to compile my project i get this error

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

what can i do to solve this?

i am using vs code and i just did a fresh install of Flutter from git, already tried

flutter clean

and

flutter upgrade

but nothing seems to work

thanks in advance and have a great day

2 Answers
Related