Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cordova: Cannot find plugin.xml

Tags:

People also ask

Where is Plugin XML in Cordova?

The plugin. xml file is an XML document in the plugins namespace: http://apache.org/cordova/ns/plugins/1.0 .

Can't find a plugin XML are you in the plugin?

The steps I followed to clear this issue include: Check what Cordova Plugins are already installed on the App using - cordova plugin list in your CLI. Delete any Plugin that are not listed in Step(1) from your Apps plugins folder in your applications directory ie. deleting folder of this plugin from plugins folder.


I am trying to remove this plugin from my coordova file and I am getting this issues

Error: Cannot find plugin.xml for plugin 'org.apache.cordova.file-transfer'. Please try adding it again.

This is the cordova command to remove the plugin

cordova plugin rm cordova-plugin-file-transfer

Please assist on why I cannot be able to remove this plugin. Thank you