Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ERROR: Plugin '' not found, or is not a CDVPlugin. Check your plugin mapping in config.xml

I tried to add 'NativeTable' plugin, to display tableview in my phonegap app.

i am getting error as "ERROR: Plugin '' not found, or is not a CDVPlugin. Check your plugin mapping in config.xml".

I have added NativeTable.h and NativeTable.m file in plugins directory, NativeTable.js in www directory.

and also added <plugin name="NativeTable" value="NativeTable" />

in config.xml file, in cordova.plist a key/value pair Key:NativeTable Value:Nativetable is added in plugins dictionary.

Please help me out with a solution.

Thanks in advance

like image 795
Kokila Avatar asked Oct 15 '25 13:10

Kokila


1 Answers

You must check the location of the .h and .c file of the plugin. They must be in the plugins folder of the project. Triple check this is the case - as it is the only way the error can come about.

like image 156
GMan Avatar answered Oct 18 '25 06:10

GMan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!