Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Phone Emulator not working

When I try to start debugging my windows phone 8 app in Emulator WVGA 512MB the following error message is showing

 The Windows Phone Emulator wasn't able to connect to the Windows Phone operating system:  The emulator couldn't determine the host IP address, which is used to communicate with the guest virtual machine.  Some functionality may be disabled. 

and the emulator is always showing The Windows Phone OS is starting... Can't understand what's the problem. Please advice.

like image 200
Kalyan Avatar asked Jan 11 '14 06:01

Kalyan


People also ask

What to do if emulator is not working?

If the emulator fails to launch due to the error vulkan-1. dll cannot be found , you probably need to update the emulator. To update the emulator in Android Studio, go to Tools > SDK Manager and install the latest stable version of Android platform.

Why is my AVD not working?

In case you get an error like "Intel virtualization technology (vt,vt-x) is not enabled". Go to your BIOS settings and enable Hardware Virtualization. 3) Restart Android Studio and then try to start the AVD again.

Can not install HAXM?

Option 1: Go to Android SDK Folder --> Extra --> Intel and double click on HAXM installer and install it manually. Option 2: If you do not have latest version of HAXM then you can open sdk manager in android studio and download it. Show activity on this post.


2 Answers

This worked for me (found here):

follow the following steps to solve this problem
1.go to network and sharing center
2.go to change adapter setting
3.go to v Ethernet (internal Ethernet port windows phone emulator internal switch)
4.right click it and enable it(if already enabled then disable and enable it again).

like image 165
Andra Iuga Avatar answered Sep 29 '22 13:09

Andra Iuga


At last the problem is solved.

  1. Open Hyper V Manager
  2. Delete all installed Virtual Machines
  3. Delete all Virtual Switches
  4. Restart system
  5. Rerun visual studio

Thanks to Shiv Kumar Ganesh

like image 27
Kalyan Avatar answered Sep 29 '22 14:09

Kalyan