How Can I Install Cordova Plugins Using Visual Studio Cordova?

xendi

I installed Cordova using the latest version of Visual Studio Tools for Apache Cordova. I'm trying to follow the instructions to install the opentok plugin here: https://github.com/songz/cordova-plugin-opentok but I'm having trouble figuring out how to install this plugin to my project. I'm not sure what CLI they're talking about. I'm assuming this tutorial is for non-VS (Though I'm not sure if it still applies to my setup.) I just installed the latest VS Tools for Cordova and am running Visual Studio 2013 Ultimate.

Thank you all.

Edit: I've found the answer and posted the solution.

xendi

I've found the answer. Within Visual Studio you can access the Cordova for VS documentation and in it there's a section for plugins. Plugins can be installed from within Visual Studio as described here http://msdn.microsoft.com/en-us/library/dn757051.aspx

Add Plugins For Cordova in Visual Studio

This has also been found thanks to sanfor:

After building for a native (non-Ripple) target for any platform, the contents of the bld/Debug (or bld/Release if you did a release build) folder is a standard Cordova Command Line Interface (CLI) project. -Visual Studio Cordova FAQ. So you should be able to run it after once building for some platform.

This could be used as an alternate method to the GUI.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to run cordova plugins in the background?

From Dev

Can't install Cordova plugins from Git on CLI

From Dev

Installing Plugins to Visual Studio Cordova project

From Dev

How can I install the facebookconnect cordova plugin?

From Dev

how to install plugins in cordova in embedded webview section

From Dev

Apache Cordova For Visual Studio Crashes VS When Importing Certain Plugins

From Dev

HTTP POST Failure in Cordova using Visual Studio

From Dev

Unable to install plugins in cordova project

From Dev

Why can't I compile Apache Cordova project in Visual Studio?

From Dev

Cordova how to install missing plugins after checkout project from repo?

From Dev

Cordova Visual Studio, install appx on windows tablet

From Dev

Visual Studio 2015 Using Incorrect Cordova Version

From Dev

How to add cordova plugins and platforms

From Dev

How to install Apache Cordova extension in Visual studio 2015 Enterprise?

From Dev

How to install/use cordova plugins?

From Dev

How to install JXcore with Visual Studio and Cordova

From Dev

How to run commands for Cordova/Ionic in Visual Studio?

From Dev

Using plugins with Cordova CLI

From Dev

How to uninstall cordova plugins in terminal

From Dev

How can I install Visual Studio?

From Dev

How can I install Visual Studio?

From Dev

Can't use plugins for Cordova

From Dev

Using Visual Studio to develop a hybrid app with cordova

From Dev

How can I install the facebookconnect cordova plugin?

From Dev

Using plugins with cordova/ionic framework

From Dev

Visual Studio Cordova deployment

From Dev

Visual Studio Cordova plugins dont get included in iOS build

From Dev

How to install/use cordova plugins?

From Dev

Cordova 8, Android 7.1.0, can't install any plugins

Related Related

  1. 1

    How to run cordova plugins in the background?

  2. 2

    Can't install Cordova plugins from Git on CLI

  3. 3

    Installing Plugins to Visual Studio Cordova project

  4. 4

    How can I install the facebookconnect cordova plugin?

  5. 5

    how to install plugins in cordova in embedded webview section

  6. 6

    Apache Cordova For Visual Studio Crashes VS When Importing Certain Plugins

  7. 7

    HTTP POST Failure in Cordova using Visual Studio

  8. 8

    Unable to install plugins in cordova project

  9. 9

    Why can't I compile Apache Cordova project in Visual Studio?

  10. 10

    Cordova how to install missing plugins after checkout project from repo?

  11. 11

    Cordova Visual Studio, install appx on windows tablet

  12. 12

    Visual Studio 2015 Using Incorrect Cordova Version

  13. 13

    How to add cordova plugins and platforms

  14. 14

    How to install Apache Cordova extension in Visual studio 2015 Enterprise?

  15. 15

    How to install/use cordova plugins?

  16. 16

    How to install JXcore with Visual Studio and Cordova

  17. 17

    How to run commands for Cordova/Ionic in Visual Studio?

  18. 18

    Using plugins with Cordova CLI

  19. 19

    How to uninstall cordova plugins in terminal

  20. 20

    How can I install Visual Studio?

  21. 21

    How can I install Visual Studio?

  22. 22

    Can't use plugins for Cordova

  23. 23

    Using Visual Studio to develop a hybrid app with cordova

  24. 24

    How can I install the facebookconnect cordova plugin?

  25. 25

    Using plugins with cordova/ionic framework

  26. 26

    Visual Studio Cordova deployment

  27. 27

    Visual Studio Cordova plugins dont get included in iOS build

  28. 28

    How to install/use cordova plugins?

  29. 29

    Cordova 8, Android 7.1.0, can't install any plugins

HotTag

Archive