2017-12-06 4 views
0

私は現在、Visual Studio用の新しいSamsung Tizen .NET TVフレームワークを試しています。 私はそれをインストールするための指示に従い、それをテストするための基本的なアプリケーションを作成しました。Tizen SDK .NET TV Visual Studio LLDB

しかし、私は(または実際のテレビで)エミュレータ上でアプリを起動しようとすると、私は次のエラー持っている:私は、次のメッセージを持っている出力ウィンドウに

Unable to start debugging. Unable to establish a connection to LLDB. The following message was written to stderr: closed. See Output Window for details.

をエミュレータ:

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). 

答えて

1

よし、SDBのcommanでより多くの調査及び試験後

  1. エミュレータの場合:dが、私は2つの異なる問題がここにありますことを発見したプラットフォームが正しくエミュレータマネージャで構成されていない - それは代わりに、TV-4.0ウィッヒのテレビ - サムスン-4.0に設定しました。テレビの場合は、エラー
  2. を引き起こすように見えた:私のデバイスのTizen SDKのバージョンが2.4であるか、.NET SDKは4.0以上
のためであります
関連する問題