Arslan Khan
Arslan Khan

Reputation: 101

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

Issue after flutter upgrade Updated ndk but not working working fine for flutter web but on andorid showing FAILURE: Build failed with an exception.

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

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

Upvotes: 2

Views: 4457

Answers (1)

Daisuke  Nagata
Daisuke Nagata

Reputation: 11

For now, writing like this works fine.

android/app/build.gradle ndkVersion "23.1.7779620"

https://developer.android.com/ndk/downloads

Upvotes: 1

Related Questions