在Windows Phone 8.1中初始化XLabs

时间:2016-06-11 20:54:21

标签: c# xamarin windows-phone-8.1 windows-phone xlabs

我刚刚在我的Xamarin应用程序项目中添加了一个Windows Phone 8.1项目,但现在我无法弄清楚如何在其中初始化XLabs,因为它找不到XFormsAppWP,所以我不能按照XLabs's website.的指南进行 我正在使用XLabs v.2.0.5783-pre01 有人可以帮帮我吗?

1 个答案:

答案 0 :(得分:3)

安装Xlabs时,必须在每个项目中安装nuget。 我已经在WP8.1项目中使用XLabs.Forms 2.2.0-pre02的Xamarin.Forms 2.2.0.31进行了测试。

module/index.phtml地方:

App.xaml.cs

在线下:

var app = new XFormsAppWin();
app.Init(this); 

并添加:

Xamarin.Forms.Forms.Init(e);