Reputation: 87
Is there any way to configure netbeans for cordova windows phone? I have installed cordova and I use netbeans for running cordova apps on android.
Upvotes: 2
Views: 412
Reputation: 5876
Unfortunately not, only iOS and Android are supported. If you just want to run it (without debugging), you can define e.g. Grunt task to execute a command (using grunt-exec plugin ) which runs Cordova project on WP and invoke that task from NetBeans (right click on project and select Grunt tasks)
Upvotes: 1