79585720

Date: 2025-04-22 05:10:41
Score: 0.5
Natty:
Report link

You can specify your needed ndk version in build gradle file inside app (android/app/build.gradle)

android {
    // ... other config
    ndkVersion "27.0.12077973"
}

then just do flutter clean and flutter pub get.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mithun c