I keep getting the following error. Can anyone tell me what is causing this and how to fix it?
UserError: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ‘:app:processDebugResources’. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
This probably has something to do with a plugin you are using.
Check your plugins on npm and make sure they are up to date. If that does not solve the problem, try to isolate which plugin is causing the issue by building without some of the plugins.
First, check your plugins. Are they still active, and are you using the current version?
If that doesn’t help, try building your project without some of the plugins until you determine which one is causing the problem. You can then have a close look at that plugin. Check to see if it has any open issues on GitHub.