
77
Chapter 4
Using PhoneGap Build
In this chapter, we cover:
◾ Beginning with PhoneGap Build
◾ Defining the structure of the application to upload
◾ Creating builds for different mobile platforms
◾ Loading private keys
◾ Installing the builds on the emulator
◾ Downloading apps directly to the device
◾ Debugging the apps
Beginning with PhoneGap Build
In Chapter 3, we saw that developing PhoneGap applications for multiple mobile platforms is a
critical task. We need to install and configure the Software Development Kit (SDK), tools, and
simulators for each platform. Because each mobile platform is based on different environments,
the technique of acce ...