Hi everyone,
I am trying to get started with Tizen development and I installed successfully all components I need for Windows 10 and Tizen.Net development.
Emulator (v.4.0) is running great and can't work with it smoothly.
I tried first to install and run the sample web app using Tizen Studio, which worked great. I could install and run the app in emulator and my device.
Now I wanted to install and run a sample Tizen.NET Xamarin Forms app on device and emulator. For it I created a project in VS using the Tizen templates.
I took template for Tizen 4.0 since the emulator and my watch are this version.
I also created two certificates, one for samsung for real device and one Tizen for emulator.
Now when I try to debug the app from VS the app gets installed on device or emulator but I can't debug. Also trying to start the app in device or emulator does nothing.
I added to this post the log messages from log viewer (without Info Level) that I get when trying to start the app in device by touching app symbol.
Log messages txt file: 26101_sm-r760-log.txt
There is a line which might be the problem (since it appears suspicious to me) and I get it in both emulator and device:
Error 4899 4899 CRASH_MANAGER crash-manager.c: get_sysassert_cs(737) > The sys-assert cs file not found:
When trying to debug in VS I get this message
I am stuck since 2 days trying to get a simple Tizen .NET app running without effort so I decided to try to get some help here.
I also tried to run the app created by other Tizen 4.0 templates like Blank App (in image above) and also project template Tizen Wearable, where there is only one project created. No of them worked.
Hope someone can give some advice.
Thank you in advance :)