Hi,
I’ve a very special problem
Although I’ve set my min sdk to 14 in platforms/android/AndroidManifest,xml. The cordova camera plugin get’s compiled with a sdk >= 19, so I run into an error that cordova tries to call method FileHelper.getRealPathFromURI_API19 and this causes an exception
I can see that the class FileHelper checks the var Build.VERSION to decide which method is taken _API11, _API18 or _API19.
I also tried to change the target sdk from 22 to 18 in the AndroidManifest.xml, also without success!
Error
Could not find method android.provider.DocumentsContract.getDocumentId, referenced from method org.apache.cordova.camera.FileHelper.getRealPathFromURI_API19
regards
Meex