1

I still trying to deploy Native activity application(Android, C++) on the Visual Studio 2015 embedded emulator, OS: Windows 10. But I get a new problems without solving previous(I still have this problem):

If I launch emulator from the Visual Studio Emulator for Android manager, then I stuck on this: enter image description here This answer did not help me. How I can fix these issues and start the emulator?

Community
  • 1
  • 1
konstantin_doncov
  • 2,725
  • 4
  • 40
  • 100
  • Do you have the latest MS Android Emulator installed? There's a new(er) one lately. – Steve Kennedy Jan 22 '16 at 05:09
  • I know this sounds weird, but is your WiFi or Ethernet connections showing as "bridged" in your Network Connections? I recall fighting something about that too. – Steve Kennedy Jan 22 '16 at 05:09
  • @SteveKennedy sorry for the late reply, I have the Network Connection parameters exactly like on [this screen](http://www.tenforums.com/attachments/tutorials/20981d1433698173-network-location-set-private-public-windows-10-a-network_location_ethernet_settings-1.png). – konstantin_doncov Jan 26 '16 at 04:18

2 Answers2

2

I had the same problem. I just solve it by DESACTIVE the Wifi network card.

Then start emulator from VS, it creates the virtual machine which can be seen in panel "Manage Hyper-V".

Yang C
  • 536
  • 5
  • 16
0

What I did to fix this exact problem was:

  1. Delete all Virtual Switchs on Hyper-V Manager.
  2. Uninstall all my Network devices on Devices Manager.
  3. Reboot.
distante
  • 6,438
  • 6
  • 48
  • 90