IONIC 3: Execution failed for task ':app:processDebugResources'

前端 未结 9 2138
执笔经年
执笔经年 2021-02-12 13:16

Execution failed for task \':app:processDebugResources\'.

This error comes when execute \"ionic cordova build android\". Searched for a long time but no luck. Anyone can

9条回答
  •  梦毁少年i
    2021-02-12 13:49

    I know it's a very late answer, incase someone still facing this issues in 2019.

    It's caused due to gradle, add this gradle support plugin and it should be fine:

    cordova plugin add cordova-android-support-gradle-release
    

提交回复
热议问题