skip to Main Content

React native – Duplicate value for resource 'attr/actionBarSize'

I am trying to upgrade react-native from 0.74.3 to 0.76.2 and building on android I have the following error: /Users/xxx/.gradle/caches/8.10.2/transforms/0fd0166c4f0b7f2b3a94f0420432a518/transformed/material-1.6.1/res/values/values.xml:7497:4: Duplicate value for resource 'attr/actionBarSize' with config 'DEFAULT' and product ''. Resource was previously defined here: com.xxx.xxx.app-mergeDebugResources-79:/values/values.xml:8497: . FAILURE: Build…

VIEW QUESTION

Error with Kotlin version for Flutter application

I have the below error with my Flutter application. Running Gradle task 'assembleDebug'... 35.5s [!] Your project requires a newer version of the Kotlin Gradle plugin. Find the latest version on https://kotlinlang.org/docs/releases.html#release-details, then update the version number of the plugin…

VIEW QUESTION

Flutter – Everytime i add the Sqflite plugin in dependencies i get an error at run time

FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':sqflite_android:compileDebugJavaWithJavac'. Could not resolve all files for configuration ':sqflite_android:androidJdkImage'. Failed to transform core-for-system-modules.jar to match attributes {artifactType=_internal_android_jdk_image, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}. > Execution failed for JdkImageTransform: C:Usershhh25AppDataLocalAndroidSdkplatformsandroid-34core-for-system-modules.jar. > Error…

VIEW QUESTION

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