konstantin_doncov
konstantin_doncov

Reputation: 2879

VS Android emulator issue. "Preparing virtual machine..."

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?

Upvotes: 1

Views: 1628

Answers (2)

distante
distante

Reputation: 7005

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.

Upvotes: 0

Yang C
Yang C

Reputation: 536

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".

Upvotes: 2

Related Questions