简体   繁体   English

Xamarin中的WP8.1

[英]WP8.1 in Xamarin

I'm using Xamarin with Visual Studio. 我在Visual Studio中使用Xamarin。 Whenever I create a new Blank Project (PCL), it adds 3 projects along with the Portable solution: Android, iOS, WinPhone 8.0. 每当我创建一个新的Blank Project(PCL)时,它都会随随身携带的解决方案一起添加3个项目:Android,iOS,WinPhone 8.0。

Now what I want is WP8.1. 现在我想要的是WP8.1。 I tried selecting it as a target, but the project isnt created. 我尝试将其选择为目标,但未创建项目。 If I choose "Retarget to WP8.1", it converts to WP Silverlight 8.1. 如果选择“重定向到WP8.1”,它将转换为WP Silverlight 8.1。

Can anyone suggest a good cross platform tutorial for Xamarin? 谁能为Xamarin建议一个好的跨平台教程? All I found are about about creating Android app using C# 我发现的全部关于使用C#创建Android应用的信息

Xamarin Forms did not support WP8.1 till April 29, 2015. So maybe the version you have installed is not the newest or they did not update the project template yet. Xamarin Forms直到2015年4月29日才支持WP8.1。因此,您安装的版本可能不是最新的,或者它们尚未更新项目模板。 Check it out here: 在这里查看:

http://developer.xamarin.com/guides/cross-platform/xamarin-forms/windows/ http://developer.xamarin.com/guides/cross-platform/xamarin-forms/windows/

Tutorials for Xamarin Forms can be found on their webpage: Xamarin表单的教程可在其网页上找到:

http://developer.xamarin.com/guides/cross-platform/xamarin-forms/introduction-to-xamarin-forms/ http://developer.xamarin.com/guides/cross-platform/xamarin-forms/introduction-to-xamarin-forms/

Edit: New Project does not automatically add WP8.1 project. 编辑:新建项目不会自动添加WP8.1项目。 You have to manually add it and configure it like this: 您必须手动添加和配置它,如下所示:

http://developer.xamarin.com/guides/cross-platform/xamarin-forms/windows/getting-started/#pcl http://developer.xamarin.com/guides/cross-platform/xamarin-forms/windows/getting-started/#pcl

http://developer.xamarin.com/guides/cross-platform/xamarin-forms/windows/getting-started/phone/ http://developer.xamarin.com/guides/cross-platform/xamarin-forms/windows/getting-started/phone/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM