I am running Cordova 5.x and have installed the camera plugins,
"installed_plugins": {
"cordova-plugin-whitelist": {
"PACKAGE_NAME": "com.mytechnologies.abc"
},
"cordova-plugin-camera": {
"PACKAGE_NAME": "com.mytechnologies.abc"
}
},
Although I should be expecting to see the package name that is currently within the config.xml (which is as follows)
com.mytechnologies.abc
Any suggestions why I am seeing my 'old' platform name and not the one in my config.xml file?
Have you tried to re-install the plugins? When this error happened with me , it worked!