How do I load an image from the Asset Catalog on cross-platform xamarin XAML?
It seems like a really easy thing to do, and in theory it looks very straight forward: create the Asset Catalog add an Image Set and name it "imageName" (without .png) add the images done or at least that's what i read pretty much everywhere, but I still can't get it to work. My XAML looks like this: <?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:local="clr-namespace:CrossBaiscs" x:Class="CrossBaiscs.MainPage"> <ContentPage.Content> <StackLayout BackgroundColor="Orange"> <Label Text