我最近在Android Studio遇到了很多问题,除了错误之外我什么都不会改变。我开了一个昨天工作正常的项目,但现在我收到一个错误说
Android资源编译失败C:\ Users \ Joseph \ GU \ app \ src \ main \ res \ drawable -v24 \ ic_launcher_foreground.xml:1:错误:未找到任何元素。
我试过看其他有类似问题但没有找到解决问题的方法。
我也有错误:
org.gradle.initialization.ReportedException:org.gradle.internal.exceptions.LocationAwareException:任务':app:mergeDebugResources'的执行失败。
我也寻找答案,但没有发现任何有效的方法。
将ic_launcher_foreground.xml文件复制到下面的文件夹
C:\Users\Joseph\GU\app\src\main\res\drawable
它将工作或者,清除gradle缓存,清理和重建