【发布时间】:2020-02-05 19:53:31
【问题描述】:
我正在尝试在 TeamCity 中使用 gradle 运行一个简单的 Android Studio 项目的干净构建。
它运行了一些任务,但随后停止并返回此错误:
Execution failed for task ':app:mergeDebugResources'.
com.android.ide.common.workers.WorkerExecutorException: 8 exceptions
were raised by workers:
com.android.builder.internal.aapt.v2.Aapt2InternalException: AAPT2
aapt2-3.4.2-5326820-windows Daemon #0: Daemon startup failed
This should not happen under normal circumstances, please file an issue
if it does.
com.android.builder.internal.aapt.v2.Aapt2InternalException: AAPT2
aapt2-3.4.2-5326820-windows Daemon #1: Daemon startup failed
This should not happen under normal circumstances, please file an issue
if it does.
com.android.builder.internal.aapt.v2.Aapt2InternalException: AAPT2
aapt2-3.4.2-5326820-windows Daemon #2: Daemon startup failed
This should not happen under normal circumstances, please file an issue
if it does.
com.android.builder.internal.aapt.v2.Aapt2InternalException: AAPT2
aapt2-3.4.2-5326820-windows Daemon #3: Daemon startup failed
This should not happen under normal circumstances, please file an issue
if it does.
com.android.builder.internal.aapt.v2.Aapt2InternalException: AAPT2
aapt2-3.4.2-5326820-windows Daemon #4: Daemon startup failed
This should not happen under normal circumstances, please file an issue
if it does.
com.android.builder.internal.aapt.v2.Aapt2InternalException: AAPT2
aapt2-3.4.2-5326820-windows Daemon #5: Daemon startup failed
This should not happen under normal circumstances, please file an issue
if it does.
com.android.builder.internal.aapt.v2.Aapt2InternalException: AAPT2
aapt2-3.4.2-5326820-windows Daemon #6: Daemon startup failed
This should not happen under normal circumstances, please file an issue
if it does.
com.android.builder.internal.aapt.v2.Aapt2InternalException: AAPT2
aapt2-3.4.2-5326820-windows Daemon #7: Daemon startup failed
This should not happen under normal circumstances, please file an issue
if it does.
它没有克服这个错误,也无法成功地对其进行干净的构建。
【问题讨论】:
标签: android-studio gradle teamcity