hello . i keep getting this error with gradle Your...
# community-support
n
hello . i keep getting this error with gradle Your project is configured with Android NDK 26.3.11579264, but the following plugin(s) depend on a different Android NDK version: - installed_apps requires Android NDK 27.0.12077973 Fix this issue by using the highest Android NDK version (they are backward compatible). Add the following to /Users/nadinjoma/StudioProjects/parental_control_app/android/app/build.gradle.kts: android { ndkVersion = "27.0.12077973" . whenever i change the ndk i keep getting other errors
v
That does not do much sound like a Gradle issue. Gradle knows nothing about Android NDK and
installed_apps
is something about Flutter, not Gradle. You should probably ask in some Flutter community, I guess that message comes from there. At least you might consider moving your question to #C03EM93810S.