Why i am getting this issue Flutter Upi Package Build Error - android

Execution failed for task ':upi_pay:compileDebugKotlin'.
A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction

Related

React Native Execution failed for task ':app:mergeLibDexDebug'

I'm trying to install react-native-async-storage/async-storage to my project but I can't. I tried to install with yarn but I got Execution failed for task ':app:mergeLibDexDebug'. error and I can't install with npm.
Execution failed for task ':app:mergeLibDexDebug'.
A failure occurred while executing com.android.build.gradle.internal.tasks.DexMergingTaskDelegate

Execution failed for task app:desugarDebugFileDependencies

FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':app:desugarDebugFileDependencies'.
A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
Error while dexing.
I think there is a conflict when upgrading to the new desugar version (V2.0.0 in my case). I just deleted all the desugar folders in:
..\ProjectFolder\app\build\intermediates
The app then built properly.

Bugsnag request failed to complete

Im using Bugsnag in my React Native project, but I trying run the command:
./gradlew assembleDevelopmentRelease and I receive the error:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:bugsnagReleaseDevelopment-releaseTask'.
> java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Bugsnag request failed to complete
Erro

Still I'm getting error even after restart and adding the line to gradle Properties file

**> Task :app:mergeDebugResources FAILED
Execution failed for task ':app:mergeDebugResources'.
A failure occurred while executing com.android.build.gradle.internal.res.ResourceCompilerRunnable
Resource compilation failed. Check logs for details.**
//This is the error can anyone solve this error.

problem while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade

I am building my project on android studio 4. I end up getting this error
A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
i tried to check out other people with a similar problem. And for their case the solution was to add org.gradle.jvmargs=-Xmx4608m but i already have org.gradle.jvmargs=-Xmx1536m
Here is my error log stack sample
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:mergeDebugJavaResource'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
> java.lang.IllegalArgumentException (no error message)
I am really not sure where the problem is, and the gradle version i use is 6.1.1 and even when i try to change the version, i still get the same error
Thanks in advance
Looking for the same thing....
Execution failed for task ':app:processReleaseResources'.
A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
Android resource linking failed
/home/circleci/code/app/src/main/res/layout/fragment_local.xml:374: AAPT: error: attribute anim_scale_factor (aka es.fiestasgranada.main:anim_scale_factor) not found.

Categories

Resources