In my case I had to remove the android platform and add it again. Something got stuck and copying all my code into another app worked like a charm - hence my idea of cleaning up the build for android by removing the platform.
cordova platform remove android
cordova platform add android
I guess it's some kind of cleanup that you have to do from time to time :-(