Execution failed for task ':app:processDebugResources' even with latest build tools

前端 未结 10 1939
南笙
南笙 2020-12-03 05:14

I am getting this error when I try to run my project. I have installed the latest build tools- 23.0.3 but still the error persists. How do I fix this?

Execut         


        
10条回答
  •  再見小時候
    2020-12-03 05:42

    I want to add that sometimes android studio loses track of the resources file and can't build on launch. If the above answers are to no avail, try

    Build => Rebuild Project
    

    I lost many hours to this when I was a beginner at Android Studio.

提交回复
热议问题