flutter_js
flutter_js copied to clipboard
`One or more plugins require a higher Android NDK version`
When using this plugin with Flutter 3, the following warning is shown
one or more plugins require a higher Android NDK version.
Fix this issue by adding the following to ~/coding/temp/f3/android/app/build.gradle:
android {
ndkVersion 21.3.6528147
...
}
The build continues anyways, but I am not sure how severe this warning is. This warning was not present with flutter 2.10. My NDK version is set by the flutter config:
// in app/build.gradle
ndkVersion flutter.ndkVersion
android {
compileSdkVersion flutter.compileSdkVersion
ndkVersion "25.1.8937393"
//ndkVersion flutter.ndkVersion