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

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

    Another possible reason

    resConfigs "hdpi", "xhdpi", "xxhdpi", "xxxhdpi"
    

    can be source of this issue

提交回复
热议问题