Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

netbeans 7.4 and phonegap sdk location

I want to try the new version 3.0 of phonegap. Node.js is installed and I tried

npm install -g phonegap

Everything seems to be fine after this step. I use the development version of netbeans because of the phone gap support. When creating a HTML5->PhoneGap project netbeans needs the location of the phonegap sdk but it doesn't accept any path I try.

What's the correct path/location of the sdk?

C:\Users\user\AppData\Roaming\npm\node_modules\phonegap?

I'm using Windows 7.

thx 4 help

like image 259
m4ri0 Avatar asked Dec 16 '22 08:12

m4ri0


1 Answers

right now support in NetBeans is for PhoneGap 2.X. The new 3.0 was released very recently and there is a issue for supporting it

Update: If you want, you can download nightly build with support for the new Cordova 3.0 from here

like image 146
ladar Avatar answered Dec 30 '22 23:12

ladar