Reputation: 627
How can I add the remote (git) plugin to the cordova/phonegap project, created with Visual Studio phonegap template?
I can't just change current directory to the VS project in CLI via cd
and call add plugin ...
, because it fails with "project directory could not be found"
.
Thank you.
Upvotes: 7
Views: 11584
Reputation: 3976
On Visual Studio 2015, double click on config.xml file. Go to Plugins tab. Then you can choose between Cordova's core plugins or custom ones.
Upvotes: 6
Reputation: 1598
You can add plugin through Visual Studio also, following are steps to add custom plugin
Refer Manage Plugins for Your Multi-Device Hybrid App document for more detail on adding plugin
Upvotes: 6