Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/xamarin/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
创建新应用程序时Xamarin Visual Studio出错_Xamarin_Xamarin Studio - Fatal编程技术网

创建新应用程序时Xamarin Visual Studio出错

创建新应用程序时Xamarin Visual Studio出错,xamarin,xamarin-studio,Xamarin,Xamarin Studio,我正在尝试在Xamarin Visual Studio中创建一个新应用程序。我已经安装了Visual Studio 2017及更高版本的Xamarin软件包。现在,在创建一个跨平台应用程序时,我得到了以下三个弹出错误消息 第一个 The 'XamarinShellPackage' package did not load correctly.The problem may have been caused by a configuration change or by the installat

我正在尝试在Xamarin Visual Studio中创建一个新应用程序。我已经安装了Visual Studio 2017及更高版本的Xamarin软件包。现在,在创建一个跨平台应用程序时,我得到了以下三个弹出错误消息

第一个

The 'XamarinShellPackage' package did not load correctly.The problem may have been caused by a configuration change or by the installation of another extension. You can get more information by examining the file 'C:\Users\TestNameHere\AppData\TestName\Microsoft\VisualStudio\15.0_5c236eb4\ActivityLog.xml'.
        Restarting Visual Studio could help resolve this issue

第二

A problem was encountered creating the sub project 'App4.Droid'. Object reference not set to an instance of an object.
最后一个呢

A problem was encountered creating the sub project 'App4.iOS'. The project file 'c:\users\nic\documents\visual studio 2017\Projects\App4\App4.iOS\App4.iOS.csproj' cannot be opened.

There is a missing project subtype.
Subtype: '{FEACFBD2-3405-455C-9665-78FE426C6842}' is unsupported by this installation.

有谁能建议我在安装过程中做错了什么吗?

对您的情况进行故障排除安装可能会有所帮助

您安装了android和iOS SDK吗?是的,我安装了android SDK。