VMWare中的Visual Studio Android模拟器
我正在尝试通过以下链接安装Visual Studio Android仿真器:
I am trying to install Visual Studio Android Emulator from the below link:
https://www.visualstudio.com/vs/msft-android-emulator/
https://www.visualstudio.com/vs/msft-android-emulator/
在VMWare上运行的64位Windows 8.1 Enterprise虚拟机中.我还启用了Hyper-V,并能够在其中创建VHD.但是,当我安装模拟器时,出现以下错误:
In 64 bit Windows 8.1 Enterprise virtual machine running on VMWare. Also I have enabled Hyper-V and able to create VHDs in it. But when I install the emulator I get the following error:
这台计算机不支持Windows Phone仿真器,后者需要64位版本的Windows 8.1 Pro和一台支持Hyper-V的计算机
This computer does not support the Windows Phone emulator, which requires the 64-bit edition of Windows 8.1 Pro and a computer that supports Hyper-V
当我检查日志时,看到以下错误:
and when I check the logs I see the following error:
错误:无法加载文件或程序集"Microsoft.VisualStudio.Utilities.Internal.Net35,版本= 14.0.0.0,Culture = neutral,PublicKeyToken = b03f5f7f11d50a3a"或其依赖项之一.系统找不到指定的文件.
[0D38:048C] [2016-12-29T01:33:12] e000:MUX:堆栈: Microsoft.VisualStudio.Telemetry.TelemetrySessionInitializer.BuildInitializer(TelemetrySessionSettings telemetrySessionSettings)
at Microsoft.VisualStudio.Telemetry.TelemetryService.get_DefaultSession()
at Microsoft.Devdiv.Bootstrapper.UserFeedback.Metrics.AppInsightsStartSession(BundleInformation捆绑包)
at Microsoft.Devdiv.Bootstrapper.UserFeedback.Metrics.Initialize(布尔值IsBackFromReboot,BundleInformation捆绑包,ICommand命令,CommandLineArgumentsStore命令行)
ERROR: Could not load file or assembly 'Microsoft.VisualStudio.Utilities.Internal.Net35, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
[0D38:048C][2016-12-29T01:33:12]e000: MUX: Stack: at Microsoft.VisualStudio.Telemetry.TelemetrySessionInitializer.BuildInitializer(TelemetrySessionSettings telemetrySessionSettings)
at Microsoft.VisualStudio.Telemetry.TelemetryService.get_DefaultSession()
at Microsoft.Devdiv.Bootstrapper.UserFeedback.Metrics.AppInsightsStartSession(BundleInformation bundle)
at Microsoft.Devdiv.Bootstrapper.UserFeedback.Metrics.Initialize(Boolean IsBackFromReboot, BundleInformation bundle, ICommand command, CommandLineArgumentsStore commandLine)
请帮助.
您好,
欢迎来到MSDN论坛.
Welcome to MSDN forum.
推荐:运行Windows 8或更高版本的物理Windows计算机(不是VM),如果您使用Android,则可以使用基于Hyper-V的快速Visual Studio Emulator没有Android设备.
Recommended: a physical Windows computer (not a VM) running Windows 8 or later, which allows use of the fast, Hyper-V based Visual Studio Emulator for Android if you don't have an Android device.
请参考此处: https://msdn.microsoft.com/zh-CN/library/mt613162.aspx#Anchor_0
Please refer to here: https://msdn.microsoft.com/en-us/library/mt613162.aspx#Anchor_0
如果您有Android设备,则可以在物理Windows计算机或VM上使用Android应用程序.如果您没有Android设备,则无法使用Microsoft Visual Studio Emulator for Android在VM上开发Android应用程序,但可以 使用Google Emulator在VM上开发Android应用.
If you have an Android device, you could work with Android apps on a physical Windows computer or a VM. If you don’t have an Android device, you couldn’t use Microsoft Visual Studio Emulator for Android to develop Android app on a VM but you could use Google Emulator to develop Android app on a VM.
最诚挚的问候,
Joyce