user5680859
user5680859

Reputation:

no suitable method found to override (CS0115)

I am trying to implement Drawer layout In Xamarin Studio, and on method overring of OnOptionItemSelect I am facing this issue

'DrawerLayoutExampe.MainActivity.OnOptionItemSelected(Android.Views.IMenuItem)': no suitable method found to override (CS0115)

Upvotes: 1

Views: 5647

Answers (1)

user5680859
user5680859

Reputation:

The answer of this is my namespace name and class name is same so it gives me error, I refactor my namespace so bug resolve

Upvotes: 1

Related Questions