ImageSource.FromResource used to pull images embedded in a PCL assembly, but now it throws an exception (on Android) saying:
Method 'ImageSource.FromResource' not found.
Here is the offending line of code:
MyTestImage.Source = ImageSource.FromResource("logo_alpha.png");
I don't get it. The Xamarin Forms docs say this method exists ... was working in a prior version. I am using Xamarin 4 now.