Running a Local Multi-Build
You can build your mobile project for multiple platforms on your local development machine. Optionally, you can specify run configurations as described in
Specifying a Run Configuration for a Local Multi-Build.
To run a local multi-build
1. Locate the mobile project in the Package Explorer.
2. Right-click, and select Run As > Local Android Build or Run As > Local iOS Build from the context menu.
A local build is run on your development machine. The final binaries for Android and iOS are stored under your_mobile_project/Builds/version. You can install these files on devices as described in Using webMethods Mobile Designer.
Note:
Instead of using the Run As option, you can also run the corresponding Ant targets. For detailed information about available Ant targets and how to use them, see Using webMethods Mobile Designer.
Related Topics