cordova - Error: Failed to fetch platform android

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

    I faced same issue and I fixed by performing following steps.

    1. Please add C:\Windows\System32 in envrionment variable paths

    2. Ensure jdk/bin path is setup under JAVA_HOME and path

    3. Ensure SDK path is setup under ANDROID_HOME and path

提交回复
热议问题