Errors app:processReleaseResources

Hi…Senior devs plz help to resolve this issue.
FAILURE: Build completed with 2 failures.

1: Task failed with an exception.

  • What went wrong:
    Execution failed for task ‘:app:processReleaseResources’.

A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
AAPT2 aapt2-4.0.0-6051327-windows Daemon #6: Unexpected error during link, attempting to stop daemon.
This should not happen under normal circumstances, please file an issue if it does.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
    ==============================================================================

2: Task failed with an exception.

  • What went wrong:
    Execution failed for task ‘:app:bundleReleaseResources’.

A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
AAPT2 aapt2-4.0.0-6051327-windows Daemon #5: Unexpected error during link, attempting to stop daemon.
This should not happen under normal circumstances, please file an issue if it does.

It was the jdk issue… By changing the version to 1.8.301 it worked

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.