windowsmobileuwpwindows-phone-8-emulator

how to add windows phone emulator to the uwp project


Now I'm updating someone's UWP project. I use Visual Studio 2017 on windows 10 64bit. Building is successful. But When I run this project, I got an error.

DEP6200: Bootstrapping failed.Device cannot be found. SmartDeviceException - Deployment failed because no device was detected.

I think, the reason is that I didn't use real windows phone. So that I wanted to use windows phone emulator. But I don't know how to add emulator to running option. When I created new UWP project, I could find emulators which are connect to that project.

Anyone solved this issue?


Solution

  • You have to install Emulators.
    Please take a look at this page and download them Windows Emulator archive .

    Simply choose your emulator version that you want to debug your app and then Click INSTALL EMULATOR , After installation Restart Visual Studio .
    How to debug app on installed Emulator