- 1
Execution failed for task ‘:app:mergeDebugResources’. ionic
- 1
While running this code ionic cordova run android, I’m getting error in ionic project.

Share
- Report
Welcome to a real coding world. Developer Helpline is an open community for anybody that codes. We assist you get answers to your hardest coding questions, share information along with your associates.
Login to join a coding world. Developer Helpline is an open community for anybody that codes. We assist you get answers to your hardest coding questions, share information along with your associates.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this answer should be reported.
Bittu Kumar
This issue generally comes, if there some broken file gets added in android platform folders, use the following steps, it may solve your problem:
iconandsplashimage inside the./resources/android(broken image maybe).ionic cordova resources androidionic cordova platform add android<resource-file src="resources/android/xml/network_security_config.xml" target="app/src/main/res/xml/network_security_config.xml" />(Optional)ionic cordova platform rm androidto create build again.