You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/06/04 12:31:10 UTC

[GitHub] [cordova-plugin-camera] breautek commented on issue #607: Illegal Argument Exception on Android

breautek commented on issue #607:
URL: https://github.com/apache/cordova-plugin-camera/issues/607#issuecomment-638817577


   Most of us are likely not familiar with Monaca. The cordova CLI will by default use the latest version on npm, but I cannot say how to do it in Monaca. You will probably have to refer to their documentation.
   
   > plugin name="cordova-plugin-camera" spec="https://github.com/apache/cordova-plugin-camera"
   
   This makes it look like Monaca is using the master (dev) version of the plugin which isn't supported or recommended for production use. In fact, master is currently broken for android. The latest version that you should be using is `4.1.0`
   
   You can try changing `spec="https://github.com/apache/cordova-plugin-camera"` to `spec="^4.1.0`, but this is just a guess, I'm unfamiliar with Monaca.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org