Project Wizard
The Tizen native Project Wizard is an IDE tool that is used to create a native application project. It allows you to define the application type, requirements, and components.
The Tizen IDE provides various project templates that make it easier for you to start coding your application. When you create a new project, you can select a specific template, which the Tizen native Project Wizard uses to automatically create basic functionalities for the native application. The default project files and folders are also created.
On the main page of the Tizen native Project Wizard, you can set basic properties of a project, such as the project name, package name, location, sample, and template.
Figure: Project Wizard
The options you can set are listed in the following table.
Option | Description |
---|---|
Tab | You can create an application based on a template or sample application. |
Application type | Select the application type. It can be previewed in the description view on the right. |
Project name | Enter the name for the project to be created.
The project names are restricted to the following regular expression: [a-zA-Z]{1}[a-zA-Z0-9-]{1,24}. |
Package name | Enter the name for the package to be created. |
Profile | Select the project's profile. |
Version | Select the profile version. |
Use default location | If you check this option, the project is created in the $<workspace_location>/$<project_name> directory. |
Location | Manually select the location of the project. If you check the Use default location checkbox, this option is disabled. |
Working sets | If you want to include your project as a specific working set, select a working set. |