After updating to Android Gradle plugin 3.6.0 (released Feb 24, 2020), several project independently started failing with:
3.6.0
No v
In the last version of Gradle there is no need to define the NDK versión inside the build.grade :
build.grade
android { ... ndkVersion "21.0.6352462" ... }
We must install the suggested versión
or define the current available version into the Android NDK Location: