cordova - Error: Failed to fetch platform android

后端 未结 15 2411
情深已故
情深已故 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:55

    Add C:\Windows\System32 at the end of your path in environment variables if not exist before. Then close cmd and open it again and run:

    cordova platfom add android

提交回复
热议问题