user3832184
user3832184

Reputation: 87

How to configure Netbeans for running cordova app on windows phone?

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

Answers (1)

ladar
ladar

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

Related Questions