Note: | Before you build your project, be sure you have completed the required setup. See Before You Can Build a Mobile Application
Project. |
Option | Description |
version=x.y.z | Required. Specifies the version number for the application your are building. |
[retain={true | false}] | Optional. Specifies whether you want Mobile Designer to retain the cross-compiled code it generated from your original Java code, along with any platform-specific project it might have generated The default is true. |
handset=device | Required. Specifies the device for which you want Mobile Designer to build the application. |
langgroup=language | Required. Specifies the language(s) for which you want Mobile Designer to build the application. |
platform=platform | Required. Specifies the platform for which you want Mobile Designer to build the application. |
target=executable_type | Required. Specifies the type of executable you are building. For example, you might specify release or debug. |