skip to Main Content

React native – Minimum supported Gradle version is 8.7. Current version is 8.5

My current react-native version is "0.75.2" the minimum supported Gradle version is "8.7". But i get this error FAILURE: Build failed with an exception. What went wrong: java.io.UncheckedIOException: Could not move temporary workspace (C:UsersHermonProductAppandroid.gradle8.7dependencies-accessors569c8b261a8a714d7731d5f568e0e5c05babae10-47615e00-381c-4912-84ed-cab1f3c2e2df) to immutable location (C:UsersHermonProductAppandroid.gradle8.7dependencies-accessors569c8b261a8a714d7731d5f568e0e5c05babae10) Could not…

VIEW QUESTION

React native – build.gradle.kts:10:49: Cannot access 'serviceOf': it is internal in 'org.gradle.configurationcache.extensions'

e: /node_modules/@react-native/gradle-plugin/build.gradle.kts:10:49: Cannot access 'serviceOf': it is internal in 'org.gradle.configurationcache.extensions' e: /node_modules/@react-native/gradle-plugin/build.gradle.kts:45:11: Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: internal inline fun TaskInternal.serviceOf(): TypeVariable(T) defined in org.gradle.configurationcache.extensions Build file '/node_modules/@react-native/gradle-plugin/build.gradle.kts' line: 10 Script…

VIEW QUESTION

Gradle build fails in Flutter project

I'm working on a Flutter project and trying to run it on an Android emulator. However, I'm encountering an issue when I try to build the project using Gradle. The build fails with the following error: enter image description here…

VIEW QUESTION
Back To Top
Search