When i am viewing xamarin form application in samsung tab with xamarin live player style sheet is not loading or working.
some times it gives the error like "Type StyleSheet not found in xmlns in xamarin" when I am running it in the android emulator then it is working properly
<ContentPage.Resources>
</ContentPage.Resources>
and I have created a file called home.cs inside the content folder and made build action "Embedded resource"
Can anyone tell what is issue??