我在尝试构建Android应用程序时遇到此错误:
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
> AAPT2 aapt2-4.1.0-6503028-windows Daemon #0: Unexpected error during link, attempting to stop daemon.
This should not happen under normal circumstances, please file an issue if it does.
我发现的大多数其他解决方案都与项目中的图像太大有关,但是,这对我不起作用,因为我所有的图像都小于50kb。
我发现在项目中创建附加模块并链接到其他应用程序模块(使用实现项目
)时会发生此错误,但模块的build. gradle文件中的插件设置为'com.android.application'
而不是'com.android.库'
。
我在这里的另一个问题的答案中找到了这个解决方案。