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 studio for windows问题:未安装框架。NETPortable配置文件136_Xamarin_Portable Class Library_Xamarin Studio - Fatal编程技术网

Xamarin studio for windows问题:未安装框架。NETPortable配置文件136

Xamarin studio for windows问题:未安装框架。NETPortable配置文件136,xamarin,portable-class-library,xamarin-studio,Xamarin,Portable Class Library,Xamarin Studio,我想使用xamarin studio for windows开发我的应用程序的android版本。以前我在Mac上使用它。问题是,当我在windows机器上打开解决方案时,由于引用的可移植子集的问题,无法生成所有可移植项目。“未安装框架。NETPortable配置文件136”显示在参考树中。安装了以下工具:Mono for Windows 3.2.3;MDK 3.4;安卓4.12.4;VS 2010的便携式图书馆工具 配置文件136包含在中。便携式库工具2不包括此配置文件 可移植库参考程序集4.

我想使用xamarin studio for windows开发我的应用程序的android版本。以前我在Mac上使用它。问题是,当我在windows机器上打开解决方案时,由于引用的可移植子集的问题,无法生成所有可移植项目。“未安装框架。NETPortable配置文件136”显示在参考树中。安装了以下工具:Mono for Windows 3.2.3;MDK 3.4;安卓4.12.4;VS 2010的便携式图书馆工具

配置文件136包含在中。便携式库工具2不包括此配置文件

可移植库参考程序集4.6下载将zip文件安装到

C:\Program Files (x86)\Microsoft .NET Portable Library Reference Assemblies 4.6\PortableReferenceAssemblies.zip
您需要将其解压缩并解压缩到目录中

C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable

之后,您需要重新安装Xamarin.Android,以便这些配置文件中添加Xamarin.Android配置文件。

您是否有VS2010便携式库工具的第2版?我很确定它不能与旧版本一起使用。是的,安装了Microsoft Portable library tools 2。我也有同样的问题,但此解决方案不适用于我