I have ListView in ListView, and when I click in parent ListView item and show child ListView ( IsVisible = true ) I get an exception:
System.MissingMethodException: No constructor found for Xamarin.Forms.Platform.Android.ListViewAdapter::.ctor(System.IntPtr, Androi…
This occurs in my ListViewRenderer class. Why is this happening?