I\'m trying to get an APK file from a Ionic project with the \"cordova build --release android\" command on a Mac and it doesn\'t work as I get
cordova build --release android
The problem is because you have:
in your config.xml, and when you run ionic cordova resources it is only generating the resources for portrait orientation.
config.xml
ionic cordova resources