Related questions
Is there a difference between PhoneGap and Cordova commands?
I just installed Phonegap for the first time and just browsed through the docs. What confuses me is the fact that some docs are using the command "phonegap" and some "cordova".
Android platform guide:
$ cordova create hello com.example.hello "…
Build android release apk on Phonegap 3.x CLI
How can I build an android app locally using the Phonegap 3.x CLI, ready to release? I check the bin folder generated inside the platforms/android directory of the project, and only has .debug APKs.
By the way, I use …