Class not found for plugin installed by plugman
问题 I have added a plugin to my cordova application using the following command plugman install --platform android --project ./platforms/android --plugin https://github.com/zendrive/zendrive-sdk-phonegap-plugin.git But, if I run cordova run android --device The config.xml file of android project automatically changes to remove the zendrive-sdk-phonegap-plugin and I receive "class not found" error when using the plugin api from code. NOTE: The apk generated by phonegap cloud build has the same