Exporting NaCl Projects


This topic describes how to export a Native Client project as development files, or as a Tizen application package.


Related Info


You can use the Tizen Studio to export a NaCl project in 2 ways:

  • As project development files, enabling you to back up your code or move it to a different computer
  • As a Tizen application package, enabling you to test the application on the emulator or a TV

Exporting Project Files

You can export your project files to, for example, create a backup or import into a different Tizen Studio installation. Exporting the project ensures that all required files are included.

To export NaCl project files:

  1. In the "Project Explorer" view, select the project.
  2. In the Tizen Studio menu, select "File > Export".
  3. Select "General > Archive File" or "File System", and click "Next".

    Figure 1. Export wizard
  4. Define the files within the project to export, the file name or directory to export to, and export options.

    Figure 2. Export to an archive file
  5. Click "Finish".
  6. If you have defined a target directory that does not yet exist, to confirm creating it, click "Yes".

    Figure 3. Create directory dialog

For information on importing a NaCl project to the Tizen Studio, see Importing NaCl Projects.

Exporting Tizen Application Packages

A ".wgt" application package can be created from a Native Client (NaCl) project in the same way as a Tizen project. To have the required configuration files, you must have already built the project at least once.

You can create the Tizen application package within the project directory or with a custom directory and name:

  • To create the package within the project directory, in the "Project Explorer" view, right-click the project and select "Build Package".

    Figure 4. Build package
    The package is created in the project directory with the same name as the project.

  • To create the package with a custom directory and name:

    1. In the "Project Explorer" view, select the project.
    2. In the Tizen Studio main menu, select "File > Export".
    3. Select "Tizen > Tizen NaCl widget" and click "Next".

      Figure 5. Select exported file type
    4. Select the project, define the target package path, and click "Finish".

      Figure 6. Define file export properties