I create an application that uses Cordova 3.0.0, it's pretty simple, but I need to add some plugins in the config.xml file, but whenever I add any plugins in the config.xml file, Phonegap Build tells me that the XML is incorrect. here is the xml I'm using:
Application Name Description of my application Creator Example
<icon src="img/icon.png" />
<gap:plugin name="org.apache.cordova.core.geolocation" />
Whenever I delete a line: everything works, but if this line is (or a similar line for any plugin in general), I get an error message ( malformed config.xml ).
Any help would be greatly appreciated.
source
share