DeviceNotFound when deployed to mashups on Windows Phone 8.1

I have an app developed using mashups (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 follow these steps (as stated on the MSDN site):

"Follow these instructions to launch an app on a Windows Phone device that is connected to your PC. To launch an app on a device

  • With your app open in Visual Studio, select Windows Phone 8 or Windows Phone (Universal) from the Solution Platforms list. if you don't see this option, select "Solution Platforms" from the "Add / Remove" List of Buttons to display it.
    1. Select "Device".
    2. Press F5 to launch the application.

Visual Studio launches the app on a connected Windows Phone device. "

I'm not sure. If I need to do something else in my project or on my phone (it's Lumia 630 by the way). Please, help!

+3


source to share





All Articles