Hello,
I have a Xamarin.Forms project that uses the SfCheckBox control. Everything works fine except when the app is running on Android 4.4.2 (unfortunately we must still support this version). In fact, when the page that contains the SfCheckBox control is being rendered, the app crashes with the following exception:
Android.Content.Res.Resources+NotFoundException: 'File res/drawable-hdpi/tw_ic_menu_translate_holo_dark.spi from drawable resource ID #0x1080a78: .xml extension required'
If I remove the SfCheckBox control, the app doesn't crash anymore. As I mentioned previously, the app does work properly on higher Android versions.
Any chance to solve this issue?
Thanks in advance,
Alessandro