I recently started working with visual studio 2015, and I wanted to test the new features. I have vs2015 with vs emulator installed. i can start an emulator and it starts up fine. adb.exe says there is an emulator on
C:\..\..>adb.exe devices
List of devices attached
169.254.76.233:5555 device
emulator-5554 device
but visual studio 2015 does not see it so i cant use the emulator. When i start an emulator via AVD Manager.exe it is visible in visual studio same goes for my phone.
I was wondering what could be the problem?