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.
Comments
Post a Comment