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

后端 未结 27 3001
佛祖请我去吃肉
佛祖请我去吃肉 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条回答
  •  -上瘾入骨i
    2020-12-06 16:45

    this error happened when you delete any resource as image which is used in any file the android studio rise this error

    the solution

    Build -> clean project Build -> rebuild project

    good luck

提交回复
热议问题