I followed the tutorial here http://docs.xamarin.com/guides/android/user_interface/web_view/ to create a WebView when a button is clicked within my app. I got the test app working and attempted to use the same method for controlling clicked links within the Web View in my own app. When I try to create an instance of the class, which I have called AppWebViewClient, it throws the Java.Lang.NoClassDefFoundError. All I have done is change the name of the class from HelloWebViewClient to AppWebViewClient. Everything else is the same from the tutorial.
I have attached my MainActivity source code as well as some images of the error and the output given by the exception window. From what I can tell I have added all of the steps inside of the tutorial. The app itself is supposed to hide basic navigation view and open a WebView to the desired URL.
Let me know if there is any additional information needed or more explanation on what I have done.
Thanks for any help in advance!