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

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -