I have created an application with Cordova and Ionic. I received Application build success on iOS.
I am trying to build this application on Android (via cordov
After hours of trying to figure out my issue,
Another reason why this can happen, if you have the same file name in upper case and in lower case,
for example i had:
Leather.jpg and leather.jpg in the same folder.
I had this because of files in ./node_modules/.bin/ solved by removing node_modules entirely after building.