Description
This step describes the process of adding and build mobile applications. To assemble the mobile application for the iOS platform, it is necessary at each step to change the platform android
on ios
.
Build mobile apps
1.In command prompt go to the folder with the application.
2.In order to add a platform to your Cordova app, you need a command prompt to run the command cordova platform add имя_платформы
. With a comprehensive list of supported platforms can be found here
Note: Before the first build of the application, it is desirable to produce pre-tested platforms fulfills all the requirements to build applications on added platforms. Pre-check is done with the command
cordova requirements
3.To build mobile apps for added platforms to the Cordova app, in the command prompt, run the command cordova build
.
Note: To build mobile apps for a specific platform, use the command
cordova build имя_платформы
In the result of the execution of this step will create the installation files for mobile applications. Next will be considered process launch mobile applications on the device.