'Caused by: org.gradle.workers.internal.DefaultWorkerExecutor$WorkExecutionException:
Error: Caused by: org.gradle.workers.internal.DefaultWorkerExecutor$WorkExecutionException: A failure occurred while executing com.android.build.gradle.internal.res.ParseLibraryResourcesTask$ParseResourcesRunnable
Wow, This is my first Stackoverflow question as a programmer. The problem I'm getting is in Android ( Java ) when running the project tried many things but not got any solution. Please help.
Solution 1:[1]
I just had the problem, just need to update all dependencies in build.gradle(:app) folder :
https://i.stack.imgur.com/lg7OP.png
When the dependencies are not up to date, they are highlighted, you hover your mouse over them and it prompts you to update them :
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Ezoxe |
