I have an image in xamarin forms working on iOS but it just doesn't want to load on Android!
I have:
- In the XAML [Image x:Name="HatsImage" Source="hats.png"/]
- Put the image file in the Resources directory
- Made sure the image's buildaction is set to to AndroidResource
Am I missing something?
Thanks!