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

后端 未结 27 3036
佛祖请我去吃肉
佛祖请我去吃肉 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 17:02

    Upgrade your buildToolsVersion to latest and make sure your appcompactv7 import matches the sdk buildtoolversion. In my case it was buildToolsVersion '26.0.0'. Upgrading to it solved my issue.

提交回复
热议问题