gpt4 book ai didi

visual-studio - Visual Studio 中的 Tizen 开发卡在 "Initializing Debugger"对话框

转载 作者:行者123 更新时间:2023-12-04 13:17:54 24 4
gpt4 key购买 nike

我在 VS 2019 中启动了一个新的 TizenWearableApp,启动了 Tizen-Emulator 并点击运行。

Tizen 的输出显示构建成功并且应用程序已使用默认证书签名。之后,最后打印的行是 .tpk 文件的完整路径和带有“初始化调试器”的 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

我希望有人能帮我解决这个问题(我几个月前就已经在这台机器上工作了)。

提前致谢。

最佳答案

https://github.com/Samsung/build-task-tizen/blob/master/doc/tizen.net.sdk-signing-tpk.md

这是对我有帮助的页面。我遇到了同样的问题,但不想每次都从 tizen.bat 构建。上述文档中对我有用的解决方案是关闭 Visual Studio 并在我的解决方案中打开 *.csproj 文件,然后添加以下替换为我创建的证书目录和我的密码:

<PropertyGroup>
<AuthorPath>author_test.p12</AuthorPath>
<AuthorPass>author_test</AuthorPass>
<DistributorPath>tizen-distributor-signer.p12</DistributorPath>
<DistributorPass>tizenpkcs12passfordsigner</DistributorPass>
</PropertyGroup>

只需将其放在任何其他属性组标签下方即可。再次打开 Visual Studio,它应该使用证书进行构建。

关于visual-studio - Visual Studio 中的 Tizen 开发卡在 "Initializing Debugger"对话框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58250239/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com