android studio - Phonegap (Cordova) - some basic questions -
it's been 3 years since i've last used phonegap. recently, wanted develop app android (in windows 8 os) , changed. have few specific questions, regarding phonegap.
firstly, far understand, phonegap , cordova same? phonegap instance of cordova? if that's case, what's difference in command-line interface if use
phonegap create ...
orcordova create ...
? there additional features?secondly, since using cli, can in cmd. need eclipse or android studio? can emulate app
cordova emulate android
, buildcordova build
. reason why should use android studio can useconsole.log
. there additional perks?thirdly, , speaking of android studio, when imported project in android studio, there no
www
folder... have imported porject incorrectly or suppose withoutwww
folder? if so, possible build application in android studio? or have rebuild after every change in cmd?
thank answers!
answer questions :
- phonegap built on apache cordova. on time, phonegap may contain additional tools because of differ in command same thing of now. phonegap has addition feature building application remotely. local builds phonegap cli uses cordova cli.
- for building application cli enough. development(javascript) can use eclipse. can run web application in chrome , check console log or if have android 4.4+ device cannrun application in device in debug mode , debug chrome console. more info check https://developer.chrome.com/devtools/docs/remote-debugging
- www folder created default when create cordova project. has index.html , other files.
Comments
Post a Comment