Languages

Menu
Sites
Language
specify screen size for Tizen store upload

I am trying to submit a web app to the Tizen Store. I created the .wgt using the Tizen IDE, and specified a screen size in the Widget UI section of the project's config.xml file. When I attempt to upload the file to the Tizen Store, I receive the following error message once the file upload is complete:

Warning

If no screen size is specified in a binary file, display devices cannot be recommended. Make sure that you have specified the screen size to display an application in IDE.

 

I close the error message but an unable to complete the upload. Where are you supossed to specify the screen size?

Responses

1 Replies
Marco Buettner

add in your config.xml on the feature tab least one of the follow features:

http://tizen.org/feature/screen.size.normal for 480x800 and 720x1280 devices

http://tizen.org/feature/screen.size.normal.480.800 for only 480x800 devices

http://tizen.org/feature/screen.size.normal.720.1280 for only 720x1280 devices

 

PS: read the documentation of tizen careful and second use the search function of this forum.