Question
I created a new Tizen TV project using NaCl (Native Client), but the platform profile shows "no platform" instead of the expected "tv-3.0" profile.
When I create a standard Web Application project (JavaScript/HTML/CSS), it automatically sets the platform to tv-3.0 (as seen in the OfflineClockImage example). However, this automatic setting doesn't occur with NaCl projects.
How can I manually set the platform profile to tv-3.0 for my NaCl project?
Answer
Problem Understanding
The user is experiencing an issue where NaCl projects in Tizen Studio don't automatically inherit the TV platform profile (tv-3.0) during creation, unlike standard web application projects.
Solution Methods
-
Manual Configuration Method:
- Right-click on your project in Project Explorer
- Select "Configure" > "Convert to Tizen Project"
- Follow the wizard to set the appropriate platform profile
-
Alternative Approach:
- If the conversion option doesn't appear or work:
- Close and reopen Tizen Studio
- Create a new project and verify the platform settings during creation
- Check for any available SDK updates that might resolve this issue
- If the conversion option doesn't appear or work:
Additional Tips
- If the conversion option is unavailable (shows empty), consider:
- Verifying your Tizen Studio installation
- Checking for SDK updates
- Posting your specific case on the Samsung TV Developer Forum for more targeted assistance