Creating the Application Project

You can create a native application project by selecting from a variety of templates and samples. The following instructions are specific for creating the project with a template.

To create a native application project:

  1. In Tizen Studio, select File > New > Tizen Project.
    Creating a new project

The Project Wizard opens.

  1. In the Project Wizard, define the project details.

    The Project Wizard is used to create the basic application skeleton with the required folder structure and mandatory files. You can easily create different applications by selecting an applicable template or sample for the Project Wizard to use.

    a. Select the Template project type and click Next.

    Selecting the project type

    b. Select the profile (Mobile or Wearable) and version from a drop-down list and click Next.

    Selecting the profile and version

    c. Select the Native Application application type and click Next.

    Selecting the application type

    d. Select the template you want to use and click Next.

    Selecting the template

    e. Define the project properties and click Finish.

    You can fill the project name. You can also select the location and working sets by clicking More properties.

    Note
    The Tizen API names cannot be used as project names. The project name must be more than 2 characters and is restricted to the following regular expression: [a-zA-Z][a-zA-Z0-9-]{2,49}.

    Defining properties

    The Project Wizard sets up the project, creates the application files using the default content from the template, and closes. For more information on the Project Wizard and the available templates, see Creating Tizen Projects with Tizen Project Wizard.

The new application project is shown in the Project Explorer view of Tizen Studio, with default content in the tizen-manifest.xml file as well as in several project folders.

Importing a Project

If you have an existing Tizen application project, you can import it into Tizen Studio:

  1. In the Tizen Studio menu, go to File > Import > Tizen > Tizen Project, and click Next.
  2. Select the location of the root directory or archive file of the Tizen project and click Next.
  3. If you want to convert the project profile and version, use the Profile/Version combo box.
  4. Click Finish.

The project appears in the Project Explorer view.