I was able to fix the issue by manually removing all plugins:
cordova platform remove android
rm -rf plugins
cordova platform add android
Note that if you have manual changes inside the plugins
folder, those changes will be lost. I am running under the assumption that you're trying the plugins
folder as read-only, and that it's ignored in your source version control.