我终止了我的安卓代码,但出现了问题。

huangapple go评论59阅读模式
英文:

I terminate my android code but it has a problem

问题

I'm new to android studio coding
it gives me this message:

Caused by: org.gradle.workers.internal.DefaultWorkerExecutor$WorkExecutionException: A failure occurred while executing com.android.build.gradle.internal.res.ParseLibraryResourcesTask$ParseResourcesRunnable

Someone told me to change the gradle numbers but it did not help me.

英文:

I'm new to android studio coding
it gives me this message:

Caused by: org.gradle.workers.internal.DefaultWorkerExecutor$WorkExecutionException: A failure occurred while executing com.android.build.gradle.internal.res.ParseLibraryResourcesTask$ParseResourcesRunnable

Someone told me to change the gradle numbers but it did not help me.

答案1

得分: 0

检查是否有任何布局涉及该标签。

<?xml version="1.0" encoding="utf-8"?>

还要检查下面的问题,因为它类似。

https://stackoverflow.com/questions/71205989/a-failure-occurred-while-executing-com-android-build-gradle-internal-res-parseli

英文:

check if any layout contains any error regarding this tag

&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;

also check this below question as it's similar

https://stackoverflow.com/questions/71205989/a-failure-occurred-while-executing-com-android-build-gradle-internal-res-parseli

huangapple
  • 本文由 发表于 2023年4月17日 06:08:38
  • 转载请务必保留本文链接:https://go.coder-hub.com/76030558.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定