* What went wrong:
Execution failed for task ':app:processDebugResources'.
> A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$TaskAction
> AAPT2 aapt2-7.0.3-7396180-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.
报错处理:
这是因为同一个工程中有多个 module,但都配置了 com.android.application 这个插件。
需要将其中一个改为 com.android.library
参考文章:
Android Gradle build error "AAPT2 aapt2-4.1.0-6503028-windows Daemon #0: Unexpected error during link, attempting to stop daemon."
Android Gradle build error "AAPT2 aapt2-4.1.0-6503028-windows Daemon #0: Unexpected error during link, attempting to stop daemon."
1,如果老项目中使用kotlin,升级到最新版本后如果kotlin插件(项目的build.
gradle
)版本和老项目中的插件版本不一致会导致错误;
错误:A problem occurred evalua
ting
project ':app'.
> Failed to apply plugin [id 'kotlin-
android
']
> Current version of
Gradle
Gradle
E:\workspace\xxx\build\intermediates\packaged_res\debug\values\values.xml:1333:4: Multiple substitutions specified in non-positional format of string resource string/recipe_detail_cookstep. Did y
ou mean to add the form
att
ed="false"
att
ribute?
E:\workspace
A failure occurred while execu
ting
com.
android
.build.
gradle
.internal.res.
Link
Application
Android
ResourcesTask$TaskAction
A
APT
2 a
apt
2-4.2.1-7147631-linux
Daemon
#0:
Unexpected
error
during
link
,
att
emp
ting
to
stop
daemon
.
This should not happen under normal
Android
studio出现A
APT
2 a
apt
2-3.6.2-6040484-
windows
Daemon
异常,可能出现的场景
1、
Android
studio升级
2、新装的
Windows
系统
只需要更新操作系统软件包即可解决
A
APT
2 a
apt
2-4.0.2-6197926-
windows
Daemon
#0:
Unexpected
error
during
link
,
att
emp
ting
to
stop
daemon
.
This should not happen under normal circumstances, please file an issue if it does.
Execution failed for task ':app:packageDebug'.
> A failure occurred while execu
ting
com.
android
.build.
gradle
.internal.tasks.Workers$ActionFacade
> Entry name 'res/animator/linear_indeterminate_line1_head_interpolator.xml' collided
* Try:
Run with --stac
-----------
* What went wrong:
Execution failed for task ':shotsync:externalNativeBuildDebug'.
> Build command failed.
Error
while execu
ting
process D:\
Android
\.
id( " net.ltgt.
error
prone " ) version " <plugin> "
注意:本指南中的代码片段使用了
Gradle
最新版本的功能,因此请注意是否要进行复制/粘贴。
该插件创建一个名为
error
prone的
配置
,并为每个源集
配置
<sourceSet>AnnotationProcessor
配置
以扩展它。 这允许从单个位置
配置
容易出错的依赖项。
需要在此
配置
中添加容易出错的依赖关系:
repositories {
mavenCentral()
dependencies {
这是一个
Android
项目编译时的错误,错误提示为“A failure occurred while execu
ting
com.
android
.build.
gradle
.internal.tasks.Workers$ActionFacade > A
APT
2 a
apt
2-4.0.1-6197926-
windows
Daemon
”。
其中,“A
APT
2”是
Android
Asset Packaging Tool(
Android
资源打包工具)的缩写,“com.
android
.build.
gradle
.internal.tasks.Workers$ActionFacade”表示这是一个
Gradle
中的任务,而“
Daemon
”表示这是一个后台运行的进程。该错误的具体原因需要查看相关的日志或错误信息。
【Gradle配置】AAPT2 aapt2-7.0.3-7396180-windows Daemon #0: Unexpected error during link
ITV女诗人:
python线程池 ThreadPoolExecutor 使用详解
解读scrapy各个组件中的from_crawler()方法
魔法少女小i:
python线程池 ThreadPoolExecutor 使用详解
qweqwesx1:
python 的 bytes类型与 bytes与str之间的转化
Azaria_nicole:
git clone 报错fatal: unable to access ‘https://github.com/xxx/xxx.git/‘: SSL certificate problem: ...
apkanalyzer-classpath.jar 中没有.class 文件
Linux 环境 sdk 31,32,33 版本找不到 apkanalyzer.jar