Open vasani-arpit opened 7 years ago
Hi. What platform?
Project is in Xamarin.forms. I am running it in Android.
@vasani-arpit Such error occurs when your core Forms project is PCL, not shared project (like in ColorTestApp).
For now there are 2 solutions:
Be aware that in the 2nd scenario IColorThief from ColorThief.Forms.dll is not IColorThief from ColorThief.Forms.Android.dll so you should avoid using components from these assemblies in your proxy interface.
okay. I'll try that.
I am getting this issue. Is this package is not implemented in Xamarin.Forms ? I think it is because readme.md says it.