Using the PhoneGap Build service
A benefit of the Cordova project is the ability to create a native application from an HTML file and a little JavaScript, at its very minimum. Adobe Dreamweaver CS6 has the built-in capabilities to interact with and upload your mobile project directly on the remote PhoneGap Build service on your behalf. You can, however, build your application using the service directly via the Web.
Getting ready
To use the PhoneGap Build service, you will first need an active PhoneGap Build service account, which is free and incredibly easy to set up:
Head over to https://build.phonegap.com/people/sign_up to begin the registration process. You can sign in using either your Adobe ID or your GitHub account details, as shown here:
How to do it...
In this recipe we will create a very simple single-file application and upload it to the Build service using the web interface:
Create a new
index.html
file, and include the following code in it:<!DOCTYPE html> <html> <head...