4

Please anybody knows the solution to this problem.

Error Text:

c:\PhoneGap\SIMPLEGAME>phonegap build android
[phonegap] executing 'cordova build android ...
[phonegap] completed 'cordova build android --no-telemetry

enter image description here

George Mulligan
  • 11,813
  • 6
  • 37
  • 50
Joseph N
  • 189
  • 2
  • 7

1 Answers1

2

--no-telemetry is no error. It's a flag.

Your app is build anyway but you do not send usage statistics. See https://cordova.apache.org/privacy/ for detailed information.

See cordova telemetry help too.

Michael
  • 178
  • 1
  • 11