how to fix 23.0.1\aapt.exe'' finished with non-zero exit value 1

后端 未结 27 3067
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-06 16:18

All of a sudden I cannot get Gradle to build any projects under Android Studio.

Error:Execution failed for task \':app:processDebugResources\'. com

27条回答
  •  爱一瞬间的悲伤
    2020-12-06 16:43

    It might be a bit too late to answer, but I didn't find a perfect answer, so here what worked for me:

    • make sure that all your files/fields in /res/ are correct.

    I renamed couple of fields in attrs > declareStylable so they were pointing to non-existant enums and that's what caused a error for me.

提交回复
热议问题