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

前端 未结 9 2254
执笔经年
执笔经年 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条回答
  •  迷失自我
    2021-02-12 13:39

    run into the same error. found this solution to fix it:

    https://stackoverflow.com/a/49172982/7655348

    Replace com.android.support:support-v4:+ with com.android.support:support-v4:27.1.0 in project.properties file under platform/android folder

提交回复
热议问题