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
Also this solution worked for me:
https://forum.ionicframework.com/t/failed-build-for-android-execution-failed-for-task-app-processdebugresources/124551/3
Go to platforms/android/app/src/main/res/values/strings.xml and add:
YOUR_FB_APP_ID
YOUR_FB_APP_NAME
Then I had to did cordova clean
and ionic cordova build android