Issue
I am using Windows server 2019 and Visual studio 2019 for developing Mobile Apps using xamarin platform. Is there any difference between using windows server 2019 and windows 10 for the above developing?
Solution
Can you run android emulator in the windows server when you debug your application?
If you useWindows Hypervisor Platform (WHPX)
as your Hardware acceleration for emulator
Run this command in the command line as administrator:
Dism /Online /Enable-Feature:HypervisorPlatform
to enable the Windows Hypervisor Platform on the windows 2019.
If you can debug in android emulator in windows server 2019, there is no difference between developing Xamarin mobile apps on Windows 10 VS Windows server 2019.
Answered By - Leon Lu - MSFT
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.