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

Migrating Api level 33 to 34 react native android app

I am trying to migrate my app from api level 33 to 34, I am using gradle version 8.0.0, and jdk 17 it is returning an error when I am trying to build. package.json "dependencies":{ "@notifee/react-native":"^7.6.1", "@react-native-async-storage/async-storage":"^1.17.7", "@react-native-community/checkbox":"0.5.12", "@react-native-community/netinfo":"^9.3.7", "@react-native-firebase/app":"16.2.0",…

VIEW QUESTION

React native – Error Plugin [id: 'com.facebook.react.settings'] was not found in any of the following sources:, when upgrading to "react-native": "0.75.1"

Trying to upgrade react native 0.75.1, using https://react-native-community.github.io/upgrade-helper. running into error Settings file 'mobile/android/settings.gradle' line: 2 What went wrong: Plugin [id: 'com.facebook.react.settings'] was not found in any of the following sources: Gradle Core Plugins (plugin is not in 'org.gradle' namespace)…

VIEW QUESTION

Redis – Qclass dose not generated(non-existent Qclass) witth Springboot3 + JDK17 + Gradle

spirngboot 3.3.1 + JDK17; Problem occurred during migration from Springboot 2.7 to 3.3 my build.gradle.kts enter image description hereplugins { id("java") id("org.springframework.boot") version "3.3.1" id("io.spring.dependency-management") version "1.1.5" } group = "back.ecommerce" version = "0.0.1-SNAPSHOT" java { sourceCompatibility = JavaVersion.VERSION_17 }…

VIEW QUESTION

THis error regarding the gradle build and appcompat is coming in flutter

Execution failed for task ':app:mergeExtDexDebug'. Could not resolve all files for configuration ':app:debugRuntimeClasspath'. raryelements=aar, org.gradle.status=release, org.gradle.usage=java-runtime}. raryelements=aar, org.gradle.status=release, org.gradle.usage=java-runtime}. > Execution failed for DexingNoClasspathTransform: C:UsersGanesh Waje.gradlecachestransforms-3eca9a3155755829de657c56dd5ec41a3transformedjetified-appcompat-resources-1.7.0-runtime.jar. > Error while dexing. Failed to transform appcompat-1.7.0.aar (androidx.appcompat:appcompat:1.7.0) to match attributes {artifactType=android-dex, asm-transformed-variant=NONE,…

VIEW QUESTION

Upgrade Gradle wrapper version to 8.6 and Android Gradle plugin version to 8.4.1 make my android studio unable to build release .apk file

after recent update, my android studio make an error: java.lang.NullPointerException: Cannot invoke "com.android.tools.r8.internal.Gk0.B()" because the return value of "com.android.tools.r8.internal.Jw.b()" is null and this error avoids build release .apk file. here is my build.gradle(app): android { namespace '...' compileSdk 34 defaultConfig…

VIEW QUESTION

Xcode – Build failed in KMM project in iOS simulator

Working in Kotlin Multiplatform project with Cocoapods dependency. These are the build output log Ld /Users/andrea/Folders/KMP/ComposeWeather/build/ios/Debug-iphonesimulator/ComposeWeather.app/ComposeWeather normal (in target 'iosApp' from project 'iosApp') cd /Users/andrea/Folders/KMP/ComposeWeather/iosApp /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target x86_64-apple-ios14.1-simulator -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.2.sdk -O0 -L/Users/andrea/Folders/KMP/ComposeWeather/build/ios/EagerLinkingTBDs/Debug-iphonesimulator -L/Users/andrea/Folders/KMP/ComposeWeather/build/ios/Debug-iphonesimulator -F/Users/andrea/Folders/KMP/ComposeWeather/build/ios/EagerLinkingTBDs/Debug-iphonesimulator -F/Users/andrea/Folders/KMP/ComposeWeather/build/ios/Debug-iphonesimulator -F/Users/andrea/Folders/KMP/ComposeWeather/iosApp/../shared/build/xcode-frameworks/Debug/iphonesimulator17.2 -F/Users/andrea/Folders/KMP/ComposeWeather/iosApp/../composeApp/build/xcode-frameworks/Debug/iphonesimulator17.2 -filelist…

VIEW QUESTION
Back To Top
Search