Question
When I select "Properties > Tizen SDK > Package > Multi" in my hybrid application project, I get a popup message saying "the currently displayed page contains invalid values."
How can I resolve this issue?
Answer
Problem Understanding
This error typically occurs when there are configuration issues in the package settings for a Tizen hybrid application. The "Multi" package option is used for creating applications that can run on multiple platforms, and invalid values in the configuration can trigger this error message.
Solution Methods
-
Check Package Configuration:
- Verify all required fields in the package configuration are properly filled
- Ensure there are no invalid characters in any of the input fields
- Make sure all dependencies are correctly specified
-
Follow Packaging Tutorial:
- Refer to the official packaging guide for hybrid applications at Samsung Tizen OS documentation (search for "hybrid app packaging")
- The tutorial provides step-by-step instructions for proper package configuration
-
Clean and Rebuild:
- Try cleaning your project (Project > Clean)
- Rebuild the application package
- Restart Tizen Studio if the issue persists
Additional Tips
- Double-check your application manifest file for any inconsistencies
- Ensure you're using a compatible version of Tizen Studio for your project
- If the problem continues, try creating a new project and migrating your code to see if the issue is project-specific