I have a Sony Xperia Z3 and I'm trying to debug an Apache Cordova application aka: Multi-device hybrid application on my device but visual studio builds and then opens adb.exe after the build is complete. It doesn't launch the application on my device although my device does prompt for verification.
I have developer options enabled on my device and I have USB debugging enabled.
I followed the steps on MSDN to debug an application on my device but it still doesn't work: http://msdn.microsoft.com/en-us/library/dn757059.aspx
I created a self signed keystore using the keytool in jdk and that works fine.
I have all of the necessary drivers installed and my device appears under the "adb devices" list of connected devices.
I tried deleting all the drivers and reinstalling them as well as updating them.
The ripple emulators work perfectly. It's just when I try to debug on a device.