Question
I want to create my own User Template for Native Applications in Tizen. While I found documentation for creating User Templates for Web projects, I couldn't find similar information for Native applications.
I know I can modify the predefined samples located in tizen-sdk/platforms/tizen-2.4/mobile/samples/Template/Native/, but I'm looking for the proper way to make my template apps appear in the User Template tab of the New Native Project Wizard.
Answer
Problem Understanding
The user wants to create custom templates for Native applications that will appear in the Tizen Studio's New Project Wizard, similar to how Web application templates are available.
Solution Methods
-
Using Native Application Wizard:
- Open Tizen Studio and go to File → New → Tizen Native Application
- In the wizard, select "User Template" under the Native Application section
- This allows you to create a new project based on your custom templates
-
Creating Custom Templates:
- Navigate to the Tizen SDK directory:
tizen-sdk/platforms/tizen-2.4/mobile/samples/Template/Native/ - Copy an existing template folder and modify its contents
- Place your modified template in the appropriate directory for user templates
- Restart Tizen Studio to see your template in the wizard
- Navigate to the Tizen SDK directory:
Additional Tips
- Ensure your template follows the standard Tizen project structure
- The template should include all necessary configuration files
- For more detailed instructions, refer to the official documentation on Samsung Tizen OS website