0

I can run my Blank Cordova apps on any windows simulator.

When I try to deploy on my device Lumia 950XL, I have this error message:

Bootstrapper could not connect to the machine. Did try windows Phone (universal) platform and others Windows Options. Same Error message.

General Grievance
  • 4,555
  • 31
  • 31
  • 45
Jean-Marc Flamand
  • 939
  • 3
  • 10
  • 24
  • 1
    did you signed it before installing in on your phone? – Yogesh Jan 02 '16 at 18:35
  • I don't think. It's my first device deployment in my life with visual studio. Can you tell me the steps please ? – Jean-Marc Flamand Jan 02 '16 at 18:55
  • I don't know steps, you can google it. But yes to install app on windows or ios you need to sign them first. On android it's not needed since Android sdk has it's default key store by which it signs app each time we build it. – Yogesh Jan 02 '16 at 19:00

1 Answers1

1

Problem solved. My option for developer was not correctly setup. Used the 3rd option not the second.

enter image description here

General Grievance
  • 4,555
  • 31
  • 31
  • 45
Jean-Marc Flamand
  • 939
  • 3
  • 10
  • 24