Building an Application for the Emulator

  1. Make sure your build configuration is Emulator Debug as follows:

    1. Right-click HelloWorld in the Project Explorer view.

    2. Select Build Configurations > Set Active > Emulator Debug (WINSCW) Nokia_Symbian3_SDK_v0.5_2.

    Figure 1. Selecting the Emulator Debug configuration
  2. Build the Emulator Debug variant of the project as follows:
    1. Right click HelloWorld in the Project Explorer View.

    2. Select Build Project.

    Figure 2. Building project
  3. The application has been built for the emulator when the Build Complete message appears on the Console view.

    Figure 3. Build Complete message
  4. Inspect the output on the console window, identify any warning and error messages, and fix errors.

    Note:

    An error reported during a later stage of the process (for example, during sis file creation) might be a side effect of an error from the resource compiler or code compiler or linker stages.

This is an emulator build, and therefore the SIS building and signing stages are not invoked. The binaries are built directly into the emulator from which you can run them, as described in Running the Application in the Emulator.