Xamarin.forms VS 2017社区版和VS 2017企业版调试问题:发现不同版本之间存在冲突

Xamarin.forms VS 2017社区版和VS 2017企业版调试问题:发现不同版本之间存在冲突,xamarin.forms,Xamarin.forms,我有两个版本的VS2017和一个带有最新macOS的mac 我将我的Xamarin表单应用程序文件从VS2017企业版传输到具有VS2017社区版的机器(使用3年以上但运行win10 pro)。当我在VS2017社区版本中调试(选择Android项目和VS-Android-23 X86平板电脑作为模拟器)此应用程序时,我没有编译错误,但有以下消息: Found conflicts between different versions of the same dependent assembly

我有两个版本的VS2017和一个带有最新macOS的mac
我将我的Xamarin表单应用程序文件从VS2017企业版传输到具有VS2017社区版的机器(使用3年以上但运行win10 pro)。当我在VS2017社区版本中调试(选择Android项目和VS-Android-23 X86平板电脑作为模拟器)此应用程序时,我没有编译错误,但有以下消息:

Found conflicts between different versions of the same dependent assembly 
that could not be resolved.  
These reference conflicts are listed in the build log when log verbosity is set to detailed.
我无法理解这个信息。在VS2017 Enterprize版本中运行相同的应用程序没有问题,但在VS2017社区版本中有此错误消息

更新

 Click View > Output --> this will show the error 



1>Starting deploy VisualStudio_android-23_x86_tablet ...
1>Starting emulator VisualStudio_android-23_x86_tablet ...

1>C:\Users\xxxxx\AppData\Local\Android\ANDROI~1\tools\emulator.EXE -partition-size 512 -no-boot-anim -avd VisualStudio_android-23_x86_tablet -prop monodroid.avdname=VisualStudio_android-23_x86_tablet

1>emulator: ERROR: x86 emulation currently requires hardware acceleration!

1>Please ensure Intel HAXM is properly installed and usable.

1>CPU acceleration status: Please disable Hyper-V before using the Android Emulator.  Start a command prompt as Administrator, run 'bcdedit /set hypervisorlaunchtype off', reboot.

1>Emulator VisualStudio_android-23_x86_tablet cannot be started.

请提供帮助。

尝试将生成日志详细信息设置为详细信息,并检查实际冲突是什么。将生成日志详细信息设置为详细信息,并检查实际冲突是什么