cordova - Error: Failed to fetch platform android

后端 未结 15 2388
情深已故
情深已故 2020-11-29 09:19

I installed cordova and create a new project.

But when I use this command to add android platform:

cordova platform add android

15条回答
  •  再見小時候
    2020-11-29 10:05

    Had the same issue after using nvm to switch node version. Just removing android platform and reinstalling it works for me:

    cordova platform rm android && cordova platform add android
    

提交回复
热议问题