【问题标题】:Tizen web app upload warningTizen Web 应用程序上传警告
【发布时间】:2023-06-24 23:41:01
【问题描述】:

我正在尝试将 Tizen Web 应用程序上传到卖家商店。在 Upload New Binary 部分,当我尝试上传 .wgt 文件时,它给了我警告:

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.

我已经指定 tizen.org/feature/screen.size.all 在功能部分。我也尝试过 screen.size.normal ,但它给了我同样的错误。请让我知道我缺少什么。

谢谢,

【问题讨论】:

    标签: tizen tizen-web-app


    【解决方案1】:

    所以你已经在 config.xml 文件中尝试过这行代码,对吧? :

    <feature name="http://tizen.org/feature/screen.size.all"/>
    

    请在此处查看此帖子:

    https://developer.tizen.org/ko/forums/general-support/specify-screen-size-tizen-store-upload?langswitch=ko

    它揭示了类似的错误。

    【讨论】:

    • 有趣的是,当你通过IDE添加功能时,“http://”被省略了,但是没有“http://”就不行