I am trying to add the below Plugin to Visual Studio 2015 Cordova Project from config.xml.
https://github.com/ffournier/cordova-plugin-mbtiles
While add VS2015 gives me an error "Visual studio was unable to parse plugin.xml ... "
But I tried some other Plugins from Git that works fine.
Can anyone advise how to resolve the issue?
Thanks in advance.
Regards.
Be sure to include the full Git HTTPS clone URL visible to the right when visiting a github repo. Ex: https://github.com/ffournier/cordova-plugin-mbtiles.git
Omitting ".git" could be your problem. It's also possible there is an issue with this specific plugin.
In addition, Git sourced plugins will not install properly if you have not installed the Git command line tools and have them in your system path. During installation of the Git tools, select the "Use Git from the Windows Command Prompt" option or add the "bin" folder from the Git install location to your path and restart VS. (Usually "C:\Program Files (x86)\Git\bin"). Visual Studio's installer will do this for you if you allowed it to install the tools.
Finally, you can try downloading a zip of the plugin and install from the local filesystem. If that still fails, the plugin is broken and you should contact the plugin author.