Cordova cannot add Android failed with exit code ENOENT

前端 未结 8 2273
日久生厌
日久生厌 2020-11-30 08:41

I am trying to create an Android project with Cordova, however i am getting an ENOENT error although i followed the tutorial step by step very carefully, this is getting me

相关标签:
8条回答
  • 2020-11-30 08:55

    I just run cmd with as Administrator and execute 'cordova platform add android' command and now work fine.

    0 讨论(0)
  • 2020-11-30 09:07

    In my case I just needed to add "C:\Windows\System32" to my windows path.

    0 讨论(0)
提交回复
热议问题