marcos930807 / awesomeDialogs

A new Flutter package project for simple a awesome dialogs
Other
339 stars 110 forks source link

Incompatible ndkVersion #141

Open erperejildo opened 3 months ago

erperejildo commented 3 months ago
Fix this issue by adding the following to C:\Users\Dani\Desktop\repos\mind_your_maths\borrar\android\app\build.gradle:
android {
  ndkVersion "25.1.8937393"
  ...
}

I just upgraded Flutter and created a new project from scratch and it doesn't work

Jamaalcham commented 2 months ago

am facing the same issue, still no fix