Before You Can Build a Mobile Application Project
Before you build your mobile application project, be sure you have completed the following tasks:
Perform platform-specific setup on your machine
You must have the proper setup for the target platform(s). The setup requires that you have items such as compilers and SDK installed on your machine. For example, if you want to build an Android application, you must have the Android SDK installed on your machine.
In addition to installing platform-specific tools, you must also set properties in the Mobile Designer sdk.properties file to indicate where the SDKs, compilers, and other tools are located.
Set required project properties
Mobile Designer requires that you set some project properties for your project. For example, you need to set the
project.runtime.project.src.path property to specify the location of your project’s run-time code. For a list of the required project properties, see
Setting Project Properties.