robinmanuelthiel / flexbutton

Flexible button control for Xamarin.Forms
MIT License
240 stars 34 forks source link

on Android: System.MissingMethodException: Default constructor not found for type Flex.Android.Effects.ColorOverlayEffectAndroid #66

Closed jrgsc closed 5 years ago

jrgsc commented 5 years ago

Describe the bug When loading form with the control, error appears: System.MissingMethodException: Default constructor not found for type Flex.Android.Effects.ColorOverlayEffectAndroid

To Reproduce Installed on nuget, added button from code behind.

Expected behavior Render buttons.

Please complete the following information:

robinmanuelthiel commented 5 years ago

Oh, interesting. What are your Linker settings?

robinmanuelthiel commented 5 years ago

Would you please share you code-behind snipped for creating the button or (even better) a sample project?