我有两个版本的VS2017和一个带有最新macOS的mac。
我使用VS2017社区版本将我的Xamarin表单应用程序文件从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 ver中运行相同的应用程序没有问题,但我在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.
请帮忙。