Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2015 missing emulators

I have VS2015 and VS2013 installed side-by-side. In VS2013 I have a list of emulators to start my app and it works awesome.

But VS2015 only has device in the list. How do I add the phone emulators to Visual Studio 2015?

UPDATE:

After playing around some more I've dug up some new findings.

  1. Creating a new universal JavaScript project has the same issue
  2. Creating a new universal C# project DOES show a list of emulators.
like image 818
Matt Avatar asked Nov 09 '22 19:11

Matt


1 Answers

This worked for me! Although I had CoreCon\12 and vs2015.3 instead of CoreCon\11 and vs2012

Maybe you could fix this issue by deleting this folder

C:\Users\\AppData\Local\Microsoft\Phone Tools\CoreCon\11.0

Then open VS2012 again.

If not repairing is always recommended

original post : no-emulator-lists-to-deploy-windows-phone-app

like image 61
Sander van Dam Avatar answered Jan 04 '23 02:01

Sander van Dam