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

前端 未结 10 1938
南笙
南笙 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:49

    I stucked for two days and finally found my solution. I changed the compileSdkVersion to 27 (same with buildToolsVersion)

    compileSdkVersion 27
    buildToolsVersion '27.0.3'
    

提交回复
热议问题