Я получил ошибку при попытке обновить SDKверсии 33 до 34 в React Native.Android

Форум для тех, кто программирует под Android
Anonymous
Я получил ошибку при попытке обновить SDKверсии 33 до 34 в React Native.

Сообщение Anonymous »

вот мой build.gradle

Код: Выделить всё

ext {
buildToolsVersion = "34.0.0"
minSdkVersion = 21
compileSdkVersion = 34
targetSdkVersion = 34

if (System.properties['os.arch'] == "aarch64") {
// For M1 Users we need to use the NDK 24 which added support for aarch64
ndkVersion = "24.0.8215888"
} else {
// Otherwise we default to the side-by-side NDK version from AGP.
ndkVersion = "21.4.7075529"
}
}
distributionUrl=https://services.gradle.org/distributio ... .0-bin.zip
Изображение


Подробнее здесь: https://stackoverflow.com/questions/791 ... act-native

Вернуться в «Android»