XLabs WebView给出错误System.NullReferenceException:对象引用未设置为对象的实例

时间:2016-04-10 08:50:40

标签: android webview xamarin xamarin.forms xlabs

我正在尝试获取示例项目

  

XLabs.Sample.Droid

在我的机器上运行,但它给了我错误

  

System.NullReferenceException:未将对象引用设置为实例   对象

在MainActivity.OnCreate()中的以下行:

Android.Webkit.WebView.SetWebContentsDebuggingEnabled(true);

在WebView.SetWebContentsDebuggingEnabled代码中的某处抛出错误。我该怎么办?

0 个答案:

没有答案