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

前端 未结 8 2134
长情又很酷
长情又很酷 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:28

    @mylord I had similar error and it was due to invalid debug certificate. On Linux Delete ~/.android debug.keystore file.

    The next time you build, the build tools will regenerate a new keystore and debug key.

    This solved for me. I hope this helps.

提交回复
热议问题