Android build error upon upgrading Cordova's camera plugin
We solved this by forcing the install of version 1.1.0.
Here's the commands we ran from the CLI:
cordova plugin remove cordova-plugin-compat --force
cordova plugin add [email protected]
I ran into the same problem today. I got it fixed by re-installing the plugin cordova-plugin-compat
.
Due to the dependencies I used --force.
cordova plugin remove cordova-plugin-compat --force
cordova plugin add cordova-plugin-compat
You should upgrade cordova-plugin-camera to version 1.1