Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4.0
-
OS X 10.8.2
Description
I am unable to add any plugins to my project. To remove variables, I started fresh with a new project:
> cordova create TestPlugin
> cd TestPlugin
> cordova platform add ios
> cordova platform add android
> cordova plugin add /Users/Joe/Documents/PGSQLitePlugin
result-> An error occured during plugin installation for android. Error: failed to add children to res/xml/config.xml
The plugin was obtained from here: https://github.com/ApplicationCraft/PGSQLitePlugin
Also, if only the iOS platform is added, the resulting error is 'does not appear to be a PhoneGap project'