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\
I solved this problem with this command:
cordova platform update android
Note: After that remove your android platform(cordova platform remove android) and add once again android platform(cordova platform add android)