无法在可穿戴设备上安装 Tizen Web 应用程序 [解析错误 -19]

问题描述

我正在尝试在我的 Tizen 4.0 (SM-R800) 上安装 Tizen Wearable 5.5 Web 应用程序。我收到以下弹出消息:

Installing the package... > Fail
Unexpected error occurred at the below step.
Installing the package...
Please try again later.

控制台显示以下消息:

Launching the Tizen application...
If you want to see the detailed information,please set the logging level to DEBUG in Preferences and check the log file in 'C:\tizen-studio-data\ide\logs/ide-20210217_135321.log'.

[Initializing the launch environment...]
    RDS: Off
    Target information: SM-R800
    Application information: Id(Ae1xjFqatt.TAUBasic),Package Name(Ae1xjFqatt),Project Name(TAUBasic)
[Transferring the package...]
    Transferred the package: wgt stream -> /home/owner/share/tmp/sdk_tools/tmp/TAUBasic.wgt
[Installing the package...]
path is /home/owner/share/tmp/sdk_tools/tmp/TAUBasic.wgt
start process (install)

error : -19

end process (fail)
processing result : Parsing error [-19] Failed
spend time for pkgcmd is [1529]ms
cmd_ret:237
    An exception occurred
(Installing the package... > Fail)
An exception occurred
Unexpected stop progress...
(15.845 sec)

到目前为止,我已采取以下步骤:

  • 使用三星证书扩展创建了证书,证书中添加了设备的 DUID。
  • 从设备中选择了 Permit to install applications 选项,它表示无需为此设备启用此选项。
  • 确保安装了 SDK 工具。
  • 确保配置文件中没有可能导致任何问题的权限。
  • 匹配设备和机器的时区。

我注意到我也无法在 Emulator 4.0 上安装该应用,这意味着该问题与证书无关。我已经阅读了许多此类查询的答案并应用了解决方案,但没有一个我有用。我找不到与设备上的应用程序安装相关的 Parsing error [-19] 的任何信息。以前,我使用的是 Tizen Studio 3.7,当时一切正常。自从我安装了 Tizen Studio 4.1 后,我就遇到了这个问题,因此我怀疑我在安装 Tizen Studio 的过程中可能遗漏了一些东西,导致了这个问题。

解决方法

可能安装失败,因为
您尝试使用为
构建的 Web 应用程序 Tizen 5.5 到 Tizen 4.0 设备或模拟器。

我在 Tizen studio 3.7 上进行了相同的测试
(尝试将 Tizen 5.5 应用程序安装到 Tizen 4.0 模拟器中)
但它失败了同样的错误。

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...