android - Create projects with Phonegap 3.0 -


i try create 3 project new new phonegap cordova 3.0 winrt / android / ios. didn't understand documentation , can't find tutorial.

i installed nodejs , phonegap without error. then, try create android app first these lines:

 $ phonegap create my-app  $ cd my-app  $ phonegap run android 

i guess "run android" generate apk , it's not necessary have android eclipse project. command line stop @ "detecting android sdk environment" tried command:

$ phonegap -v run android 

and detecting android sdk environment pass, block @ running "android list target".

so tried create winrt app apparently have create our own winrt project first , "deploy" phonegap it. how code can synchronised android , ios project?

if have complete tutorial phonegap 3.0 appreciate.

have tried netbeans? new beta version has support phonegap applications. here can start.


Comments

Popular posts from this blog

Issues changing the value of an element in an array in matlab -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

vb.net - Alternative to the T-SQL AS keyword -