Android Studio–Can not extract resource from com.android.aaptcompiler.ParsedResource@5a5999f0

Android Studio build APK报错:

Can not extract resource from com.android.aaptcompiler.ParsedResource@5a5999f0.,Can not extract resource from com.android.aaptcompiler.ParsedResource@5e660663.

查看报错日志:Caused by: com.android.aaptcompiler.ResourceCompilationException: Failed to compile values resource file D:\Software\AndroidStudioProjects\××××\app\build\intermediates\incremental\debug\mergeDebugResources\merged.dir\values\values.xml

打开values.xml发现如下报错:

在这里插入图片描述

解决方案:

原因是资源文件的代码有误,但是不会报错的类型

修改ids.xml即可解决

在这里插入图片描述

本文来自网络,不代表协通编程立场,如若转载,请注明出处:https://net2asp.com/c264ada7b7.html