Hello, I just started using Live Player, and I think is really nice, I love it so far!.
However, I was migrating a project to .net Standart and the player seems to be failing to find the embedded resources since they are not listed on the csproj, but the app actually compiles and it runs when debugging either on emulator or phone, but it fails on the player.
The error I get says MainActivity.cs The type or namespace name 'App' could not be found (are you missing a using directive or an assembly reference?)
To recreate this issue is enough to start a new xamarin forms project using PCL, and then adding a .Net standard library and following steps to replace the PCL to standard and then deleting the PCL. (Adding a new class library .net standard, adding references to xamarin forms, adding the App.xaml and MainPage.xaml to the standard class project, changing references on .droid and running)
Whenever I add the embedded resources and packages manually in the csproj of the standard class library, it works perfectly on live player but of course, the app does not compile as the errors saying duplicated resources pops up.
I saw on the [release notes] Release 1.1.547 we have the: .NET Standard Support (preview), I am not sure but I am guessing this refers to the android apk? In that case I can only download up to version 1.0.507, so probably that is my problem. How can I get version 1.1.547? (I already enroll to the beta program)
Hope someone can give me a hand with it and tell me what am I doing wrong.