SegmentedControl
SegmentedControl copied to clipboard
Default constructor not found
App Base: Xamarin.Forms SegmentControl version: 2.0.1
Calling SegmentControlRenderer.init() in MainActivity
Result: Runtime exception: Default constructor not found for type SegmentedControl.FormsPlugin.Android.SegmentedControlRenderer
I'm having this issue when I try to display the SegmentedControl in Android, not when calling Init(). You have this issue closed. How can I prevent this to happen? Thanks in advance
I removed the call to init() in Android and it worked just fine.
Ok. So I got it to work by downgrading to 1.3.4 for Android. 2.0.0+ still fails.
I also have the same issue on Android on 2.0.1.
Downgraded to 1.3.4 and it works. Thank you @hnabbasi