1

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

安装包... > 失败 在以下步骤发生意外错误。 正在安装包... 请稍后再试。

控制台显示以下消息:

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 的过程中可能遗漏了一些东西,这导致了这个问题。

4

1 回答 1

0

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

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

于 2021-02-22T05:53:43.327 回答