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
I just solve this issue by removing this line of code cordova.system.library.15=com.android.support:support-v4:+ , and the path to the file is platforms/android/project.properties
cordova.system.library.15=com.android.support:support-v4:+
platforms/android/project.properties