By default, running an application also builds it and deploys it to a location from where it can be run on the desktop, in Qt Simulator, or on a mobile device that is connected to the development PC.
To run executable files without deploying them first, deselect the Tools > Options... > Project > Always deploy project before running it option. This allows you to test SIS files that you receive from Ovi Publishing or Symbian Signed after you have them signed, for example.
For more information on the options you have, see Specifying Run Settings.

You can use the Qt Simulator to test Qt applications that are intended for mobile devices in an environment similar to that of the device. You can change the information that the device has about its configuration and environment.
For more information about using the Qt Simulator, see the Qt Simulator Manual.
Qt Creator uses the compiler specified in the MADDE tool chain to build the application.
Qt Creator generates an installation package, installs it on the device, and executes the selected application. The application views are displayed on the device. Command-line output is visible in the Qt Creator Application Output view.
Choose Projects > Maemo Run to view the settings for deploying the application on the connected device and creating the installation package. For more information, see Specifying Run Settings for Maemo and MeeGo Harmattan Devices.
Debugging also works transparently.

The tool tip of the target selector shows more details about the actual device that will be used when you run your application.
Note: If you use CODA over an USB connection, it starts up automatically when you connect the device to the development PC.
You can connect several devices to your development PC simultaneously. In the details of the run configuration for the Symbian Device target, select the device to run your application on.
When your application is ready for delivery to users, specify run settings for creating the final SIS installation packages. For more information, see Creating SIS Files.
If you cannot run the application on a device, check that:
Note: If you use the CODA debugging agent over WLAN, you must enter the WLAN address and port number in Qt Creator, separated by a colon (:). For example: 192.167.0.100:1534
If this does not help to solve your problem, search the qt-creator@trolltech.com mailing list archives or provide feedback to us via the methods described on the Qt Creator Development Wiki.
Select the Symbian Emulator target as the active one, and build and run your project.
If you cannot run the application in the emulator, check that: