I updated the cordova to 7.0.1 in windows 8.1. After creating the project, when I add the platform using this command
cordova platform add android
This gives me the following error
Using this version of Cordova with older version of cordova-android is deprecated. Upgrade to cordova-android@5.0.0 or newer.
Error: Your android platform does not have Api.js
I tried to find it on the forums, but did not understand.
source
share