简体   繁体   English

在Visual Studio 2017中的哪里可以找到“空白应用程序(Xamarin.Forms Portable)”?

[英]Where in Visual Studio 2017 can I find “Blank App (Xamarin.Forms Portable)”?

I'm using Visual Studio 2017 for personal Apps (Windows Form), now I'm trying to use it for Xamarin Apps, but I can not find "Blank App ( Xamarin.Forms Portable )" under Visual C# in the New Project creating Windows. 我正在将Visual Studio 2017用于个人应用程序(Windows窗体),现在正尝试将其用于Xamarin应用程序,但是在创建新项目的Visual C#下找不到“空白应用程序( Xamarin.Forms Portable )”视窗。

Do I miss any special update or something? 我会错过任何特别的更新吗?

You mention Portable in your title but Portable Class Libraries (PCLs) have been deprecated in favor of .Net Standard. 您在标题中提到了可移植性,但是不推荐使用可移植类库(PCL),而推荐使用.Net Standard。 The current VS 2017 no longer supports creating them. 当前的VS 2017不再支持创建它们。 If you're new and don't really know the difference between PCL and .Net Standard the chances are pretty good you can just go with .Net Standard and won't have to worry about it. 如果您不熟悉PCL和.Net Standard之间的区别,那么您可以选择使用.Net Standard,而不必担心它。 The end result is basically the same. 最终结果基本相同。 Whatever documentation/tutorial you're using will probably still be applicable even if you're doing a .Net Standard project instead of a PCL. 即使您正在执行.Net Standard项目而不是PCL,无论您使用什么文档/教程都可能仍然适用。

Along with the other answer that says to make sure you have Xamarin components installed, proceed with the stuff below. 连同要确保已安装Xamarin组件的其他答案一起,继续下面的内容。

As far as selecting "Blank App" specifically, it's in the second part of the workflow to create the project. 至于具体选择“空白应用程序”,则是在工作流的第二部分中创建项目。 I'll show you step 1 and step 2 on my installation. 我将向您展示安装的第1步和第2步。

在此处输入图片说明

在此处输入图片说明

Ensure this is installed in Visual Studio Installer (run VSI, find your installation and if it's trying to update it, drop down the arrow next to update and choose Modify): 确保已将其安装在Visual Studio安装程序中(运行VSI,找到您的安装,如果正在尝试更新,请下拉更新旁边的箭头,然后选择“修改”):

在此处输入图片说明

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

相关问题 Visual Studio 2017预览-无法创建Xamarin.Forms应用程序 - Visual Studio 2017 Preview - Can not create a Xamarin.Forms Application 没有xamarin.forms BlankApp在视觉工作室2017年 - no xamarin.forms BlankApp in visual studio 2017 在Visual Studio 2017 Professional中找不到Xamarin.Forms项目模板 - Not able to find Xamarin.Forms Project Template in Visual Studio 2017 Professional 如何查看我的 Xamarin.Forms 应用程序是否在 Visual Studio 中的 Android 6(或更高版本)上运行或/和可运行? - How can I see if my Xamarin.Forms app is working or/and runnable on Android 6 (or higher) in Visual Studio? 将新的内容页面添加到Visual Studio 2017中的Xamarin.Forms应用程序时出错 - Error in adding new Content Page to Xamarin.Forms app in Visual Studio 2017 使用Visual Studio 2017的C#(xamarin.forms)警告 - Warning in C# (xamarin.forms) using visual studio 2017 Xamarin.Forms Azure在Visual Studio 2017专业版中 - Xamarin.Forms Azure in Visual Studio 2017 Pro 我在Visual Studio 2017上找不到跨平台应用程序Xamarin - I can't find cross platform app Xamarin on visual studio 2017 我在Visual Studio 2017中的哪里可以找到轨迹栏winforms控件? - Where can I find the trackbar winforms control in Visual Studio 2017? 无法从Visual Studio 2015创建xamarin.forms项目 - can not create xamarin.forms project from visual studio 2015
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM