Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Universal App VS2015 Windows Phone Emulator is not Running

I am developing Universal App using VS2015 in Win10. The simulator and the android emulator is running fine. But when I started the Windows Phone Mobile Emulator, then the emulator runs and shows "OS is starting", and then after a long delay (i.e. 10mins) the Emulator turned off and these messages have been shown.

  1. Error : DEP6100 : The following unexpected error occurred during bootstrapping stage 'Connecting to the device '8BDF218D-FDBB-4A97-90F9-3AA33B559A92'.': DeviceException - App deployment failed. Please try again.
  2. Error : DEP6200 : Bootstrapping 'Mobile Emulator 10.0.10240.0 WVGA 4 inch 512MB' failed. Device cannot be found. App deployment failed. Please try again. TestUWP2

What is this Bootstrapping error. The Emulator in Hyper-V Manager is running fine. Plz help and let me get rid of it.

See the pic. enter image description here

enter image description here

enter image description here

like image 439
Zia Ur Rahman Avatar asked Oct 21 '15 06:10

Zia Ur Rahman


People also ask

Can I use Microsoft emulator for Windows 10 Mobile with Visual Studio?

Microsoft Emulator for Windows 10 Mobile cannot load apps that target the Windows Phone OS version earlier than Windows Phone OS 7.1. Microsoft Emulator for Windows 10 Mobile ships as part of the Windows 10 SDK. The Windows 10 SDK and emulator can be installed as part of the Visual Studio installation. See the Visual Studio download page.

What is Windows universal app in Visual Studio 2015?

In the blank Windows universal app, you can develop any type of app in Windows, Mobile app, Windows app, Hololense and IoT. This is the feature of Windows Universal app. In Visual Studio 2015 update 3, it is shown below:

Can I Run my Windows Phone emulator app on a network?

The Windows Phone Emulator runs on a computer that usually has a fast WiFi or Ethernet connection. Your app, however, runs on phones that are typically connected over a slower cellular connection. Check Enable network simulation to test your app with different network speeds and different signal strengths.

How to test a universal app on Windows 10 Mobile?

You can test your universal app using a unique Windows 10 Mobile emulator image for various screen resolution and screen size configurations. You can simulate real-world interaction with a device and test various features of your app by using the tools included in the Microsoft Emulator.


2 Answers

You need to install latest emulators and Windows SDK, you can get them from this page.

https://dev.windows.com/en-us/downloads/windows-10-developer-preview

Its also suggested to update your UWP Tools

http://go.microsoft.com/fwlink/?LinkId=627168

like image 163
lebobbi Avatar answered Nov 24 '22 08:11

lebobbi


Installing the new emulators fixed the issue for me.

https://go.microsoft.com/fwlink/p/?LinkId=615095

like image 20
KJones Avatar answered Nov 24 '22 08:11

KJones