android - cordova, correct way to removing plugin -
i must remove plugin in cordova run android platform, starting remove 1 of them ("cordova-plugin-api-call"),
then try remove plugin ("osdk-plugin") terminal return me message:
error: cannot find plugin.xml plugin "cordova-plugin-api-call". please try adding again.
so correct way remove correctly plugins? thank you
you can list plugins
cordova plugin list
then remove plugin want
cordova plugin remove plugin_name
Comments
Post a Comment