Plugin Doesn't Support This Project's Cordova-android Version. Cordova-android: 4.1.1, Failed Version Requirement: >=5.0.0-dev
I have a problem with cordova CLI, when I try to add a plugin which is in the NPM list of published plugins I get this error: 'Plugin doesn't support this project's cordova-android
Solution 1:
Ok, I solved my problem, turns out cordova released a new stable version for Android November 9th. I just had to updated via:
$cordova platform update android@5.0.0
Post a Comment for "Plugin Doesn't Support This Project's Cordova-android Version. Cordova-android: 4.1.1, Failed Version Requirement: >=5.0.0-dev"