Код: Выделить всё
Your project is configured with Android NDK 26.3.11579264, but the following plugin depends on a different Android NDK version.
...
Add the following to ...\android\app\build.graddle
android {
ndkVersion = "27.0.12077973"
}
Код: Выделить всё
android {
ndkVersion = flutter.ndkVersion
}
Я открыл этот файл и выполняет модификации
Я открыл этот файл и выполнял модификации
и выполнял модификации
Код: Выделить всё
const String ndkVersion = '27.0.12077973';
Подробнее здесь: https://stackoverflow.com/questions/796 ... ter-values
Мобильная версия