Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS2015 RTM. Cannot deploy application on Windows Phone with build target Windows Phone 8.

This was working on VS2015 RC.

Select target 'Windows Phone 8'. Select 'Device'.

Right Click on project -> select 'Deploy' or Click on 'Debug' in toolbar


Error: 2>------ Deploy started: Project: XXXX, Configuration: Debug Windows Phone 8 ------ 2>No Windows Phone 8 emulators installed. Please install Visual Studio 2013 with the Windows Phone 8 tools selected to install the emulators.

Build has been canceled.

I didn't select emulator ???

Thanks

like image 745
ando Avatar asked Jul 24 '15 18:07

ando


1 Answers

It turns out, this error was a bug in the product which is fixed in the Visual Studio 2015 Tools for Apache Cordova Update 3 release.

like image 141
Jordan Matthiesen Avatar answered Sep 30 '22 18:09

Jordan Matthiesen