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

前端 未结 10 1961
南笙
南笙 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 06:00

    this issue comes up with 2 reasons

    1) the android SDK has not been install 2) the build toold version corresponsind to the android SDK is not installed

    to start open terminal and type android and install API 26(updated one) and build tools version 26.0.1 or 26.0.2 then try to run using command ionic cordova build android

提交回复
热议问题