I have an app developed with hybrid apps (cordova) in VS 2013 Update 3, I have successfully installed the app on Android and iOS, but when I try to install it on Windows Phone 8.1 I get the exception: "Microsoft.SmartDevice.Connectivity.DeviceNotFoundException". Of course the phone is connected via USB to my computer, I'm following these steps (as stated on the MSDN site):
"Follow these instructions to run your app on a Windows Phone device that is connected to your PC To run your app on a device
- With your app open in Visual Studio, choose Windows Phone 8 or
Windows Phone (Universal) from the Solution Platforms list. If you
don’t see this option, choose Solution Platforms from the Add/Remove
Buttons list to display it.
- Choose Device.
- Press F5 to start the app.
Visual Studio starts the app on the connected Windows Phone device."
I'm not sure If I have to do something else either on my project or on my phone (by the way, it's a Lumia 630). Please help!