Lessons: 13Length: 48 minutes

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.4 Using the PhoneGap Command Line Tools To Create Projects

Next we create iOS and Android app projects that we can build upon and expand into a full featured application.

Commands used in the video :

iOS

$ ./path/to/cordova-ios/bin/create /path/to/my_new_cordova_project com.yourname.captionistic Captionistic

Android

$ /path/to/cordova-android/bin/create /path/to/my_new_cordova_project com.yourname.captionistic Captionistic

PhoneGap Guide to using command line tools