I am trying to use Camera plugin in a Crodva app developing by (MultiDeviceHybridApp) and I get this error:
Plugin doesn't support this project's cordova-android version. cordova-android: 4.1.1, failed version requirement: >=5.0.0-dev
Skipping 'cordova-plugin-camera' for android
based on the answer of this post Plugin doesn't support this project's cordova-android version. cordova-android: 4.1.1, failed version requirement: >=5.0.0-dev it seems that I need to upgrade the Platform, but running the below command in project folder will show this error
cordova platform update [email protected]
Current working directory is not a Cordova-based project