flutter 运行报错如下
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:stripDebugDebugSymbols'.
> No version of NDK matched the requested version 21.0.6113669. Versions available locally: 21.3.6528147
* 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 3m 25s
Exception: Gradle task assembleDebug failed with exit code 1
android/app/build.gradle 文件中配置
android {
ndkVersion '21.3.6528147'
}