Hi
i have a working app that uses sfChart. Suddenly with no change to the code i started to get the following exception
Java.Lang.NoSuchMethodError: no non-static method "Lcom/syncfusion/charts/SfChart;.getTechnicalIndicators()Lcom/syncfusion/charts/ObservableArrayList;"
This happens when xamarin tries to load the page where the control is. It only happens on android but works fine on iOS.
Just a note that it was working before and no change to the code was done in meantime.