I am trying to enable the WebIntent plugin for my Android Phonegap application. The documentation for installing it says that you need to add a line to the res/xml/config.xml file. However, I do not have a config.xml file.
I searched a bit and it seems that people are saying that itβs easy to create config.xml , so I did it using some of the recommendations from the examples I came across. However, the Android Developer Tools interface shows red Xs and red squiggly error lines for all of this, indicating that it is full of errors. Here's what it looks like:

What does the config.xml file look like?
Or, alternatively, if there is a better tutorial or method to enable the WebIntent plugin, let me know.
android xml cordova
Questioner Aug 24 '13 at 4:09 2013-08-24 04:09
source share