ionic [cordova] Execution failed for task ':app:mergeDebugResources'. on ionic cordova run android -l
For the current error which is androidx:
cordova plugin add cordova-plugin-androidx
cordova plugin add cordova-plugin-androidx-adapter
So these two will allow androidX to be enabled in your project, plus with these 2, you'll get better library support and thus better performance plus working on all android sdk platforms including 29+.