Skip to content Skip to sidebar Skip to footer

Cordova Requirements Error "android Target: Not Installed"

Using cordova on WINDOWS 10 I'm not able to build project. When I tried cordova requirements it shows me Android target: not installed. I tried all possible solutions over inte

Solution 1:

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)


Post a Comment for "Cordova Requirements Error "android Target: Not Installed""