Gradle 中的这些错误是什么意思?

What does mean these errors in Gradle?

我正在尝试 assemble 使用 Gradle 的 Kotlin 项目,但我遇到了这种错误:

Execution failed for task ':app:processProDebugResources'.
> Could not resolve all files for configuration ':app:ProDebugRuntimeClasspath'.
   > Failed to transform misnapworkflow_UX2-release.aar to match attributes {artifactType=android-compiled-dependencies-resources}.
      > Execution failed for AarResourcesCompilerTransform: /gradle/conf/caches/transforms-3/dad12f3b940e882b6d90ca007996f37e/transformed/jetified-misnapworkflow_UX2-release.
         > AAPT2 aapt2-7.0.4-7396180-linux Daemon #0: Daemon startup failed
           This should not happen under normal circumstances, please file an issue if it does.

但我不明白为什么会失败。

最终,我拍摄的基础Docker图像是阿尔卑斯山,更改后执行成功。可能是遗漏了什么。