0

Please help me with this error Java.Lang.NoSuchMethodError
Сообщение = no non-static method "Landroid/widget/NumberPicker;.setSelectionDividerHeight(I)V"

Java.Lang.NoSuchMethodError: 'no non-static method "Landroid/widget/NumberPicker;.setSelectionDividerHeight(I)V"'

Maria Kamenskyh
  • 467
  • 1
  • 3
  • 21

1 Answers1

0

According to the image, it seems like you are using a NumberPicker in Xamarin.Native Android, so it is an easy solution:

picker.ShowDividers = ShowDividers.None; 
Saamer
  • 4,687
  • 1
  • 13
  • 55