I\'ve been trying to upgrade a plugin to v3, and I\'ve managed to get past the plugin loading issues, and I\'ve managed to expose the plugin to the client environment (makin
For adding plugin definition in android under ProjectFolder/platforms/android/res/xml/config.xml,update the ProjectFolder/plugins/android.json
"cordova build” command will read this android.json file and update the ProjectFolder/platforms/android/res/xml/config.xml automatically with all plugins mentioned here.