79601227

Date: 2025-04-30 23:45:20
Score: 0.5
Natty:
Report link

you can change the ndkVersion variable in your_project/android/app/build.gradle.kts to work around this issue:

android {
    ndkVersion = "27.0.12077973"
    ...
}

Flutter itself suggests this correction to the code above and this solved the problem for me in several libraries...

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Vinícius Bruno