I get this error after npx react-native run-android. RN verion is 0.74.4.
this is ext block in build.gradle
buildToolsVersion = "34.0.0"
minSdkVersion = 23
compileSdkVersion = 34
targetSdkVersion = 34
ndkVersion = "26.1.10909125"
kotlinVersion = "1.9.22"
my dependencies are
dependencies {
classpath("com.android.tools.build:gradle")
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
}
this is my Gradle. Wrapper contents
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionURL=https://services.gradle.org/distributions/gradle-8.4-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
tried to change gradle versions but could not find solution.