cordova - Error: Failed to fetch platform android

后端 未结 15 2399
情深已故
情深已故 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 09:48

    I faced the same problem today, none of the answers mentioned above works for me. It turns out to be a permission problem, just simply add a sudo ahead.

    sudo cordova platforms add android
    

    I am using Mac OS by the way

提交回复
热议问题