I downloaded \"Visual Studio 2015 Preview\" with \"Visual Studio Emulator for Android\".
Emulator is working good with Apache Cordova App (that can be created from
make sure HKLM\Software\Wow6432Node\Android SDK Tools\Path is correct
Do you see any error message in the beginning regarding ADB? Considering that it is working on cordova, try rebooting once to make sure there is no one-off problems. If that doesn't work, you can manually connect adb using
adb connect <ip>:5555
And then try the project again.
Also, make sure you have all the pre-requisite installed in your machine. When you create a new project, it will open a web page listing the pre-requisites.
You can update the registry manually:
Now, You will see VS emulator by using "adb devices".