cordova requirements error “Android target: not installed”

前端 未结 1 665
不思量自难忘°
不思量自难忘° 2020-12-19 10:18

Using cordova on WINDOWS 10 I\'m not able to build project.

When I tried cordova requirements it shows me Android target: not installed.

相关标签:
1条回答
  • 2020-12-19 10:54

    Finally I fixed it! I downgraded my JDK to version 8.172. Seems like JDK version above 8 is not supported by Android SDK. Then, update your JAVA_HOME path in the Environment Variables to point to the new JDK folder path. If you are using Mac or *nix boxes, you may also try jenv as well (I could not try jenv, but let me know if it did work for you)

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