I have a root NavigationPage. I PushAsync to a TabbedPage. One of the tabs is a ContentPage that has a Picker, and on SelectedIndexChanged I need to PushAsync another ContentPage.
This throws exception!! Is there some special way of designing navigation so I am able to push from the tab of TabbedPage that is not the root?
System.NotSupportedException: Unable to activate instance of type Xamarin.Forms.Platform.Android.ListViewAdapter from native handle e9700039 ---> System.MissingMethodException: No constructor found for Xamarin.Forms.Platform.Android.ListViewAdapter::.ctor(System.IntPtr, Android.Runtime.JniHandleOwnership) ---> Java.Interop.JavaLocationException: Exception of type 'Java.Interop.JavaLocationException' was thrown.