Ionic build command was working fine until I decided to add some custom splash screen and run the following command,
ionic resources
Post that every time I run build command, I got below error while running build command,
:mergeDebugResourcesAAPT err(Facade for 35126910): libpng error: Read Error FAILED
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':mergeDebugResources'.
Some file crunching failed, see logs for details
Try:
BUILD FAILED
So clearly, ionic resources
command created some issues.
Please help!