我目前正在尝试用于Visual的新的三星Tizen .NET电视框架。我按照说明安装了它,并创建了一个基本的应用程序来测试它。
但是,当我试图在模拟器(或在真正的电视上)上启动该应用程序时,我得到了以下错误:
无法开始调试。无法建立与LLDB的连接。向stderr写入以下消息:已关闭。有关详细信息,请参见输出窗口。
在输出窗口中,我得到了模拟器的以下消息:
Starting: "C:\tizen-studio\tools\sdb.exe" -s emulator-26101 shell sh -c 'launch_app org.tizen.example.TizenVisualTest.Tizen.TV __AUL_SDK__ LLDB-SERVER __DLP_DEBUG_ARG__ g,--platform=host,*:1234,-- CORECLR_GDBJIT TizenVisualTest.dll,TizenVisualTest.Tizen.TV.dll;/home/owner/share/tmp/sdk_tools/lldb/bin/lldb-mi'
closed
"C:\tizen-studio\tools\sdb.exe" exited with code 1 (0x1).对于电视来说:
Starting: "C:\tizen-studio\tools\sdb.exe" -s 10.20.1.79:26101 shell sh -c 'launch_app org.tizen.example.TizenVisualTest.Tizen.TV __AUL_SDK__ LLDB-SERVER __DLP_DEBUG_ARG__ g,--platform=host,*:1234,-- CORECLR_GDBJIT TizenVisualTest.dll,TizenVisualTest.Tizen.TV.dll;/lldb/bin/lldb-mi'
... launch failed
sh: /lldb/bin/lldb-mi: No such file or directory
"C:\tizen-studio\tools\sdb.exe" exited with code 0 (0x0).发布于 2017-12-06 12:29:21
好吧,经过更多的SDB命令的调查和测试,我发现这里有两个不同的问题:
https://stackoverflow.com/questions/47669704
复制相似问题