我正在尝试在docker容器中构建一个本机应用程序。 (基于azul / zulu-openjdk-alpine:8和openjdk 8) 但是在使用gradle构建时,出现以下错误:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:mergeDebugResources'.
> 8 exceptions were raised by workers:
com.android.builder.internal.aapt.v2.Aapt2InternalException: AAPT2 aapt2-3.4.0-5326820-linux Daemon #0: Daemon startup failed
This should not happen under normal circumstances, please file an issue if it does.
[...]
构建gradle,并且配置由create-rx-app
重新生成