0

cmd: cordova platform add android generates error

Build failed c:\Users\?ukasz\ .cordova ...

He can't find file because I have "Ł" in users name folder which it changes to "?". (should be c:\Users\Łukasz\ .cordova)

Is there a way to fix it?

piernik
  • 3,507
  • 3
  • 42
  • 84

1 Answers1

1

Try to set the CodePage to unicode, before running

chcp 65001
cordova platform add android generates error

If this works, than you'll need to change the CodePage permanent. There is this answer: How to make Unicode charset in cmd.exe by default?

Community
  • 1
  • 1
Christian Kuetbach
  • 15,850
  • 5
  • 43
  • 79