skip to Main Content

Could not build flutter project after upgrading android studio to ladybug

getting this error : A problem occurred configuring project ':flutter_plugin_android_lifecycle'. Could not open proj generic class cache for build file 'C:UsersDELLAppDataLocalPubCachehostedpub.devflutter_plugin_android_lifecycle-2.0.23androidbuild.gradle' (C:UsersDELL.gradlecaches7.6scripts63bprwnkn9zt5gyu8l1lw245x). BUG! exception in phase 'semantic analysis' in source unit 'BuildScript' Unsupported class file major version 65 Failed to…

VIEW QUESTION

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
Back To Top
Search