Specifying a Run Configuration for a Local Multi-Build
Before you run a local multi-build of your mobile project, you can create or modify a run configuration for this project.

To create or modify a run configuration:
1. Locate the mobile project in the Package Explorer.
2. Right-click, and select Run As > Run Configurations... from the context menu.
3. In the Run Configurations dialog box, do one of the following:
a. Select an existing run configuration for a mobile project from the Mobile: Multi Build list on the left side.
b. Create a new run configuration for a mobile project by selecting the project from the Mobile: Multi Build list on the left side and then clicking
in the toolbar. 4. On the General tab on the right side, modify the information as required:
For this section | And this field | You can do this |
Build Properties | Project | Click Browse, and locate the mobile project. |
Version | Enter the version number. |
Build Number | Enter the build number. |
Retain build files | Select if you want to keep the build files (default). Otherwise, deselect. |
Build for Android | | Select if you want to build for an Android platform, and specify the following fields. |
Target | Select from the following build types: Release (Only use for debug and test purposes on your devices. The source code will not be obfuscated.) Debug (Use to publish the final build. The source code will be obfuscated.) |
Bundle Id | Enter the bundle id. |
Path to a keystore | Click Browse, and locate the required keystore. |
Build for iOS | | Select if you want to build for an iOS platform, and specify the following fields. |
Target | Select from the following build types: AppStore (Use for distribution in Apple's App Store. The final build can be uploaded to the App Store.) Enterprise (Use for inhouse distribution. The final build can be distributed within your organization.) Ad Hoc (Use for inhouse distribution for testing. The final build can be installed on a limited number of registered devices.) Dev (Use for testing. The final build can be installed on test devices.) Sim (Use for testing in a simulator. This target does not require a provisioning profile.) XCode project (Only an Xcode project will be created. Use this target if you want to use Xcode to debug an application in a simulator). |
Bundle Id | Enter the bundle id. |
Path to a Provisioning Profile | Click Browse, and locate the required provisioning profile. |
5. Click Apply to save the changes, or click Revert to restore the original specification.
6. To run the build immediately, click Run. Otherwise, click Close.
Related Topics