Phonegap/Cordova build android node_modules/q/q.js throw e;

前端 未结 8 2136
长情又很酷
长情又很酷 2020-12-09 08:50

cordova build android gives me the following err

node_modules/q/q.js:126 throw e; (*error details)

This question has been asked before, but

8条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-09 09:49

    I run in the same problem and solved it by escaping non-letter characters in config.xml. Particulary for the name attribute:

    Temps d'espera
    

    I changed it to:

    Temps d\'espera
    

    And then it run perfectly. Hope it helps.

提交回复
热议问题