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

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

javascript - Understanding ExtJS Framework Syntax -