I am using Netbeans 8 to create a Cordova application (and I'm new to it) using the standard method of selecting standard plugins to use through the Netbeans cordova configuration. When I build on Netbeans, the build will succeed, but the camera plugin will be removed. The build output says:
Installing "cordova-plugin-camera" for Android Current command: cmd "/ s / c" C: \ test \ platform \ android \ cordova \ version.bat "" The command completed with error code 0: cmd / s / c "C : \ test \ platform \ android \ cordova \ version.bat "The plugin does not support this version of the cordo-android version of the project. Cordoba Android: 4.1.1, failed version:> = 5.0.0-dev
My version of Cordova is 5.3.3, and my cordova-android platform is 4.1.1. No 5.0.0-dev Cordova android platform, so I'm confused!
When I look at the github repository from which netbeans are pulled, there is the following in the plugin.xml file:
<engine name="cordova-android" version=">=5.0.0-dev" />
Will this be a problem and is it a storage problem? I would try to avoid the repository and save it locally and change this line to 4.1.1 and try, but I cannot figure out how to get around get from the repository (im completely new at the same time)
any help appreciated!
source share