NDK Version Mismatch During Android Build in FlutterFlow

Troubleshooting

When I try to run/build my FlutterFlow project for Android, I’m getting an error related to the NDK version. The logs show something like:

NDK version is 21.3.6528147. The required minimum is 23.1.7779620

It seems FlutterFlow’s build environment is using an older NDK than what my dependencies (or Flutter version) require.

Since FlutterFlow doesn’t provide direct access to gradle.properties or SDK manager, I can’t manually upgrade/downgrade the NDK.

What have you tried so far?
  • Verified the required NDK version from Flutter’s error message.

  • Tried to clean and rebuild.

  • Checked FlutterFlow documentation, but there’s no option to configure NDK version.

Did you check FlutterFlow's Documentation for this topic?
Yes
2
1 reply