英文:
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"?>
还要检查下面的问题,因为它类似。
英文:
check if any layout contains any error regarding this tag
<?xml version="1.0" encoding="utf-8"?>
also check this below question as it's similar
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论