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

Upon attempting to deploy React-Native project on android emulator, experience React Native Autolinking Failure

This is a project that was recently building and deploying with no issues, however after some recent node module imports (realm and @react-native-community/net-info) the installation process for "npx react-native run-android" is consistently failing, indicating that the "build/generated/autolinking/autolinking.json" file cannot be…

VIEW QUESTION

error: Execution failed for task ':app:compileFlutterBuildDebug'

I am getting this error Execution failed for task ':app:compileFlutterBuildDebug'. this error have come suddenly, I dont no why. How to fixed it /C:/Users/dell/AppData/Local/Pub/Cache/hosted/pub.dev/printing-5.9.3/lib/src/widget_wrapper.dart:234:9: Error: Type 'ui.ViewConfiguration' not found. final ui.ViewConfiguration configuration; ^^^^^^^^^^^^^^^^^^^^ /C:/Users/dell/AppData/Local/Pub/Cache/hosted/pub.dev/printing-5.9.3/lib/src/widget_wrapper.dart:241:3: Error: Type 'ui.ViewConfiguration' not found. ui.ViewConfiguration…

VIEW QUESTION

I have encountered these errors in android studio?

I've recently started working with android studio and encountered these errors: Could not install Gradle distribution from 'https://services.gradle.org/distributions/gradle-6.7.1-bin.zip' Missing essential plugin: org.jetbrains.android I have tried different things to resolve these errors, like reinstalling Android studio from scratch. Any way to…

VIEW QUESTION
Back To Top
Search