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

前端 未结 9 2080
执笔经年
执笔经年 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:26

    Visit project.properties in your Ionic project...that is platform/android/project.properties

    and replace like below

    Project target.

    target=android-26
    android.library.reference.1=CordovaLib
    android.library.reference.2=app
    cordova.system.library.1=com.android.support:support-v4:24.1.1+
    cordova.system.library.2=com.android.support:appcompat-v7:23+
    cordova.gradle.include.1=cordova-plugin-telerik-imagepicker/multipurposetheme- 
    ignorelinterrors.gradle
    cordova.gradle.include.2=cordova-plugin-telerik-imagepicker/multipurposetheme- 
    androidtarget.gradle
    cordova.system.library.3=com.android.support:support-v4:27.1.0
    

提交回复
热议问题