II 在 VS 2019 中启动了一个新的 TizenWearableApp,启动了 Tizen-Emulator 并点击运行。
Tizen 的输出显示成功构建,并且应用程序已使用默认证书进行签名。之后,最后打印的行是 .tpk 文件的完整路径和带有“Initializing Debugger”的 Microsoft Visual Studio 对话框...卡住状态截图 -> https://imgur.com/a/91sEknd
之后没有任何事情发生。我可以按下取消按钮,然后可以在输出中看到以下对我没有帮助的内容:
: <<< Start debugging "org.tizen.example.TizenWearableAppV4" >>>
: Try to terminate running application: org.tizen.example.TizenWearableAppV4
: No application to be terminated: 255
WARNING: Your data are to be sent over an unencrypted connection and could be read by others.
pushed org.tizen.example.TizenWearableAppV4-1.0.0.tpk 0% 0KB 0KB/s
pushed org.tizen.example.TizenWearableAppV4-1.0.0.tpk 100% 19KB 0KB/s
1 file(s) pushed. 0 file(s) skipped.
D:\repos\Tizen\TizenWearableAppV4\TizenWearableAppV4\bin\Debug\tizen40\org.tizen.example.TizenWearableAppV4-1.0.0.tpk 447KB/s (19702 bytes in 0.042s)
path is /home/owner/share/tmp/sdk_tools/org.tizen.example.TizenWearableAppV4-1.0.0.tpk
processing result : Operation not allowed [-4] failed
Package found on the target system: "lldb-3.8.1-i686" (tar.gz)
: Launching org.tizen.example.TizenWearableAppV4
: 'org.tizen.example.TizenWearableAppV4' is dependent on 'org.tizen.example.TizenWearableAppV4-1.0.0.tpk'.
: ... launch failed
我希望任何人都可以帮助我解决这个问题(几个月前我已经在这台机器上工作了)。
提前致谢。