Attempting to set up a new Cordova project. The version of Cordova being used is 8.1.2 ([email protected]). I ran the cordova create command and it was successful. However, when trying to add the Android platform with the command
cordova platform add android
An error occurred:
Failed to fetch platform cordova-android@~7.1.1
This could be due to a connection issue or an incorrect platform specification.
Please verify your connection and the platform name/version/URL.
Error: cmd: Command failed with exit code ENOENT
The Android SDK has been installed, but I'm unsure about what else to check... Is there a way to confirm if Android 7.1.1 (which Cordova is attempting to use) is present on my computer?
Appreciate any assistance!